:root {
  --csy-cream: rgb(251, 246, 236);
  --csy-coral: rgb(237, 119, 91);
  --csy-orange: rgb(246, 100, 19);
  --csy-ink: rgb(0, 0, 0);
  --csy-white: rgb(255, 255, 255);
  --csy-green: rgb(18, 91, 57);
  --csy-green-dark: rgb(6, 73, 42);
  --csy-peach: rgb(246, 188, 158);
  --csy-yellow: rgb(255, 203, 0);
  --csy-font-body: "raleway", sans-serif;
  --csy-font-display: "ivypresto-display", serif;
  --csy-font-ivy-text: "ivypresto-display", serif;
  --csy-page-max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--csy-ink);
  background: var(--csy-white);
  font-family: var(--csy-font-body);
}

.csy-page {
  min-height: 100vh;
  overflow-x: hidden;
}

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

.csy-page img,
.csy-page video {
  display: block;
  max-width: 100%;
}

.csy-offer-banner {
  width: 100%;
  background: var(--csy-cream);
}

.csy-page-scrolled .csy-offer-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.csy-offer-bar {
  min-height: 38px;
  padding: 7px 18px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--csy-coral);
  color: var(--csy-white);
  text-align: center;
  text-transform: uppercase;
}

.csy-page-scrolled .csy-offer-bar {
  display: none;
}

.csy-offer-bar p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.csy-offer-bar p span {
  margin: 0 16px;
}

.csy-offer-stars {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  line-height: 0.8;
  letter-spacing: 0.04em;
  transform: translateY(-1px);
}

.csy-countdown-panel {
  min-height: 158px;
  background: var(--csy-cream);
}

.csy-page-scrolled .csy-countdown-panel {
  min-height: 64px;
}

.csy-countdown-inner {
  width: min(100%, var(--csy-page-max));
  min-height: 158px;
  margin: 0 auto;
  padding: 20px 36px 18px;
  display: grid;
  grid-template-columns: 132px minmax(420px, 1fr) 429px;
  align-items: center;
  column-gap: 38px;
}

.csy-page-scrolled .csy-countdown-inner {
  min-height: 64px;
  padding: 8px 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 24px;
}

.csy-page-scrolled .csy-offer-burst,
.csy-page-scrolled .csy-offer-copy p {
  display: none;
}

.csy-page-scrolled .csy-offer-copy h1 {
  font-size: 20px;
  line-height: 1.1;
}

.csy-page-scrolled .csy-countdown {
  grid-column: auto;
  gap: 4px;
}

.csy-page-scrolled .csy-countdown-unit {
  width: 54px;
  row-gap: 1px;
}

.csy-page-scrolled .csy-countdown-unit strong {
  font-size: 21px;
}

.csy-page-scrolled .csy-countdown-unit span {
  font-size: 9px;
  letter-spacing: 0.26em;
}

.csy-page-scrolled .csy-countdown-separator {
  margin-top: 0;
  font-size: 21px;
}

.csy-offer-burst {
  width: 115px;
  height: 115px;
  display: grid;
  place-items: center;
  align-content: center;
  justify-self: center;
  color: var(--csy-white);
  background: var(--csy-coral);
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(
    50.00% 0.00%,
    53.37% 7.13%,
    57.82% 0.62%,
    60.04% 8.19%,
    65.45% 2.45%,
    66.46% 10.27%,
    72.70% 5.45%,
    72.47% 13.34%,
    79.39% 9.55%,
    77.93% 17.30%,
    85.36% 14.64%,
    82.70% 22.07%,
    90.45% 20.61%,
    86.66% 27.53%,
    94.55% 27.30%,
    89.73% 33.54%,
    97.55% 34.55%,
    91.81% 39.96%,
    99.38% 42.18%,
    92.87% 46.63%,
    100.00% 50.00%,
    92.87% 53.37%,
    99.38% 57.82%,
    91.81% 60.04%,
    97.55% 65.45%,
    89.73% 66.46%,
    94.55% 72.70%,
    86.66% 72.47%,
    90.45% 79.39%,
    82.70% 77.93%,
    85.36% 85.36%,
    77.93% 82.70%,
    79.39% 90.45%,
    72.47% 86.66%,
    72.70% 94.55%,
    66.46% 89.73%,
    65.45% 97.55%,
    60.04% 91.81%,
    57.82% 99.38%,
    53.37% 92.87%,
    50.00% 100.00%,
    46.63% 92.87%,
    42.18% 99.38%,
    39.96% 91.81%,
    34.55% 97.55%,
    33.54% 89.73%,
    27.30% 94.55%,
    27.53% 86.66%,
    20.61% 90.45%,
    22.07% 82.70%,
    14.64% 85.36%,
    17.30% 77.93%,
    9.55% 79.39%,
    13.34% 72.47%,
    5.45% 72.70%,
    10.27% 66.46%,
    2.45% 65.45%,
    8.19% 60.04%,
    0.62% 57.82%,
    7.13% 53.37%,
    0.00% 50.00%,
    7.13% 46.63%,
    0.62% 42.18%,
    8.19% 39.96%,
    2.45% 34.55%,
    10.27% 33.54%,
    5.45% 27.30%,
    13.34% 27.53%,
    9.55% 20.61%,
    17.30% 22.07%,
    14.64% 14.64%,
    22.07% 17.30%,
    20.61% 9.55%,
    27.53% 13.34%,
    27.30% 5.45%,
    33.54% 10.27%,
    34.55% 2.45%,
    39.96% 8.19%,
    42.18% 0.62%,
    46.63% 7.13%
  );
}

.csy-offer-burst span {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.csy-offer-burst small {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.csy-offer-copy {
  max-width: 864px;
}

.csy-offer-copy h1 {
  margin: 0;
  color: var(--csy-ink);
  font-size: 27px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0;
}

.csy-offer-copy p {
  width: min(639px, 100%);
  margin: 12px 0 0;
  color: var(--csy-ink);
  font-size: 17px;
  line-height: 1.74;
  font-weight: 300;
  letter-spacing: 0;
}

.csy-countdown {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: start;
  justify-content: end;
  gap: 8px;
  color: var(--csy-ink);
}

.csy-countdown-unit {
  width: 78px;
  display: grid;
  justify-items: center;
  row-gap: 4px;
  text-align: center;
  text-transform: uppercase;
}

.csy-countdown-unit strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.csy-countdown-unit span {
  display: block;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.46em;
}

.csy-countdown-separator {
  display: block;
  margin-top: -2px;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}

.csy-hero {
  position: relative;
  overflow: hidden;
  min-height: 742px;
  color: var(--csy-white);
  background: var(--csy-green-dark);
}

.csy-hero::before,
.csy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.csy-hero::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 85, 51, 0.89), rgba(12, 85, 51, 0.89)),
    radial-gradient(ellipse at 46% 50%, rgba(28, 118, 75, 0.2), rgba(28, 118, 75, 0) 58%);
}

.csy-hero::after {
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72%, rgba(4, 60, 35, 0.62) 100%);
}

.csy-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.csy-hero-kris {
  position: absolute;
  z-index: 3;
  left: 16%;
  top: 116px;
  bottom: auto;
  width: min(435px, 35vw);
  pointer-events: none;
}

.csy-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 86px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) 224px;
  align-items: center;
  column-gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(18, 91, 57, 0.74);
  backdrop-filter: blur(7px);
}

.csy-page-scrolled .csy-header {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 39;
  min-height: 64px;
  padding: 0 28px;
  grid-template-columns: 245px minmax(0, 1fr) 188px;
  background: rgba(18, 91, 57, 0.9);
}

.csy-page-scrolled .csy-brand span {
  font-size: 16px;
}

.csy-page-scrolled .csy-brand em {
  font-size: 21px;
}

.csy-page-scrolled .csy-menu {
  gap: 34px;
}

.csy-page-scrolled .csy-menu a {
  font-size: 10px;
}

.csy-page-scrolled .csy-header-button {
  min-width: 188px;
  min-height: 42px;
  padding: 0 18px;
  border-width: 3px;
  font-size: 10px;
}

.csy-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.csy-brand span {
  color: var(--csy-peach);
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.csy-brand em {
  color: var(--csy-white);
  font-family: var(--csy-font-display);
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.05em;
}

.csy-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

.csy-menu a {
  color: var(--csy-white);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.csy-header-button,
.csy-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-align: center;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.csy-header-button {
  min-width: 224px;
  padding: 0 24px;
  color: #018780 !important;
  background: var(--csy-white);
  border: 4px solid var(--csy-yellow);
  white-space: nowrap;
  overflow: visible;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
}

.csy-primary-button {
  width: 348px;
  max-width: 100%;
  min-height: 63px;
  margin: 28px auto 0;
  color: var(--csy-white) !important;
  background: var(--csy-coral);
  border: 5px solid var(--csy-yellow);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.42);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.csy-primary-button:visited,
.csy-primary-button:hover,
.csy-primary-button:focus {
  color: var(--csy-white) !important;
}

.csy-header-button:hover,
.csy-header-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.34);
}

.csy-primary-button:hover,
.csy-primary-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.48);
}

.csy-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.csy-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--csy-white);
}

.csy-hero-content {
  position: relative;
  z-index: 2;
  width: min(1090px, calc(100% - 64px));
  margin: 0 auto;
  padding: 30px 0 178px;
  display: grid;
  justify-items: center;
}

.csy-hero-title {
  margin: 0;
  width: min(770px, 100%);
  margin-left: auto;
  padding-right: 100px;
  text-align: right;
  text-transform: uppercase;
}

.csy-hero-title span {
  display: block;
  color: var(--csy-peach);
  font-size: 70px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.csy-hero-title em {
  display: block;
  margin-top: 8px;
  margin-right: 50px;
  margin-bottom: 30px;
  color: var(--csy-white);
  font-family: var(--csy-font-display);
  font-size: 160px;
  line-height: 0.8;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.02em;
}

.csy-hero-card {
  width: min(630px, 100%);
  margin-top: 20px;
  margin-left: 362px;
  margin-bottom: 40px;
  padding: 29px 40px 35px;
  border-radius: 30px;
  background: var(--csy-cream);
  color: var(--csy-ink);
  text-align: center;
}

.csy-hero-promise {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

.csy-hero-promise span {
  font-family: var(--csy-font-display);
  font-size: 34px;
  line-height: 1;
  font-weight: 200;
  text-decoration-line: underline;
  text-decoration-color: var(--csy-coral);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.csy-hero-subtitle {
  margin: 18px 0 0;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
}

.csy-featured {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 118px;
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 18px 0 16px 44px;
  background: rgba(4, 84, 47, 0.82);
  color: var(--csy-white);
}

.csy-featured p {
  margin: 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.csy-logo-carousel {
  overflow: hidden;
  width: 100%;
}

.csy-logo-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: csy-logo-scroll 34s linear infinite;
}

.csy-logo {
  width: auto;
  max-width: none;
  height: 54px;
  object-fit: contain;
  opacity: 0.92;
}

.csy-logo-today {
  width: 72px;
  height: 54px;
  flex: 0 0 auto;
  background: var(--csy-white);
  -webkit-mask: url("https://kriscarr.com/wp-content/uploads/2026/02/tl_today.svg") center / contain no-repeat;
  mask: url("https://kriscarr.com/wp-content/uploads/2026/02/tl_today.svg") center / contain no-repeat;
}

.csy-logo-cbs {
  width: 86px;
  height: 58px;
  flex: 0 0 auto;
  background: var(--csy-white);
  -webkit-mask: url("https://kriscarr.com/wp-content/uploads/2026/06/CBS_Evening_News_logo_2019.svg") center / contain no-repeat;
  mask: url("https://kriscarr.com/wp-content/uploads/2026/06/CBS_Evening_News_logo_2019.svg") center / contain no-repeat;
}

.csy-logo-nyt {
  width: 190px;
  height: 38px;
  flex: 0 0 auto;
  background: var(--csy-white);
  -webkit-mask: url("https://kriscarr.com/wp-content/uploads/2026/02/tl_nyt.svg") center / contain no-repeat;
  mask: url("https://kriscarr.com/wp-content/uploads/2026/02/tl_nyt.svg") center / contain no-repeat;
}

.csy-logo-oprah {
  height: 58px;
}

.csy-logo-gma {
  width: 138px;
  height: 58px;
  flex: 0 0 auto;
  background: var(--csy-white);
  -webkit-mask: url("https://kriscarr.com/wp-content/uploads/2026/02/tl_gma.svg") center / contain no-repeat;
  mask: url("https://kriscarr.com/wp-content/uploads/2026/02/tl_gma.svg") center / contain no-repeat;
}

.csy-logo-supersoul {
  height: 54px;
}

.csy-logo-shape {
  height: 54px;
}

.csy-logo-scientific {
  width: 182px;
  height: 50px;
  flex: 0 0 auto;
  background: var(--csy-white);
  -webkit-mask: url("https://kriscarr.com/wp-content/uploads/2026/06/Scientific_American_logo.svg") center / contain no-repeat;
  mask: url("https://kriscarr.com/wp-content/uploads/2026/06/Scientific_American_logo.svg") center / contain no-repeat;
}

.csy-logo-prevention {
  width: 150px;
  height: 48px;
  flex: 0 0 auto;
  background: var(--csy-white);
  -webkit-mask: url("https://kriscarr.com/wp-content/uploads/2026/06/Prevention.svg") center / contain no-repeat;
  mask: url("https://kriscarr.com/wp-content/uploads/2026/06/Prevention.svg") center / contain no-repeat;
}

@keyframes csy-logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.csy-body-message {
  position: relative;
  overflow: hidden;
  min-height: 1174px;
  background: #fff;
  color: var(--csy-white);
}

.csy-body-message-inner {
  width: min(100%, var(--csy-page-max));
  margin: 0 auto;
  padding: 111px 32px 0;
  min-height: 869px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.csy-body-message-copy {
  width: min(959px, 100%);
}

.csy-body-message h2 {
  margin: 0;
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-size: 75px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 200;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: uppercase;
}

.csy-body-message h2 span {
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-style: normal;
  font-weight: 300;
}

.csy-body-message-copy p {
  width: min(630px, 100%);
  margin: 42px auto 0;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
}

.csy-body-message-copy strong {
  font-weight: 700;
}

.csy-body-message-copy em {
  font-style: italic;
}

.csy-body-message-copy .csy-body-message-accent {
  width: min(657px, 100%);
  margin-top: 31px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.csy-people-banner {
  position: relative;
  min-height: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
  background-color: #2a6a50; 
}

.csy-people-banner-card {
  width: min(772px, 100%);
  min-height: 305px;
  padding: 75px 40px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(34, 105, 88, 0.9);
  position: relative;
  z-index: 2; 
  text-align: center;
}

/* Grid Container */
.csy-grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%; /* Makes the grid wide enough to scroll */
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: start;
  z-index: 0;
  gap: 3px; /* The 3px borders */
  background-color: #ffffff; /* Makes the 3px borders white */
  animation: scrollGrid 90s linear infinite; 
}

/* Individual Grid Cells */
.csy-grid-cell {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  transition: opacity 0.8s ease-in-out; 
}

/* Continuous Scroll Animation */
@keyframes scrollGrid {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.csy-people-banner-card p {
  margin: 0;
  color: var(--csy-white);
  font-size: 30px;
  line-height: 1.55;
  font-weight: 700;
}

.csy-people-mobile-text {
  display: none;
}

.csy-people-button {
  width: 280px;
  min-height: 63px;
  margin-top: 24px;
  text-transform: uppercase;
}

.csy-peek {
  background: #fefbf2;
  color: var(--csy-ink);
}

.csy-peek-inner {
  width: min(100%, var(--csy-page-max));
  min-height: 933px;
  margin: 0 auto;
  padding: 108px 32px 60px;
  text-align: center;
}

.csy-peek-title {
  margin: 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-size: 65px;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.csy-peek-title span {
  font-family: var(--csy-font-display);
  color: var(--csy-coral);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.02em;
}

.csy-peek-subtitle {
  margin: 21px auto 0;
  width: min(1000px, 100%);
  color: var(--csy-ink);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 300;
}

.csy-peek-subtitle strong {
  font-weight: 700;
}

.csy-peek-subtitle em {
  font-style: italic;
}

.csy-video-card {
  position: relative;
  width: 908px;
  max-width: 100%;
  aspect-ratio: 908 / 508;
  margin: 58px auto 0;
  overflow: hidden;
  background: #ddd;
}

.csy-peek-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csy-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.csy-video-play::before {
  content: "";
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.csy-video-play span {
  position: absolute;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 34px solid rgba(178, 159, 91, 0.74);
}

.csy-video-card.is-playing .csy-video-play {
  display: none;
}

.csy-video-embed {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.csy-video-embed iframe {
  width: 100%;
  height: 100%;
}

.csy-video-card.is-playing .csy-peek-video,
.csy-video-card.is-playing .csy-video-play {
  display: none;
}

.csy-video-card.is-playing .csy-video-embed {
  opacity: 1;
  pointer-events: auto;
}

.csy-peek-button {
  width: 280px;
  min-height: 63px;
  margin-top: 58px;
}

.csy-change {
  position: relative;
  overflow: hidden;
  min-height: 1284px;
  background:
    linear-gradient(90deg, rgba(252, 241, 223, 0.0), rgba(252, 241, 223, 0.0)),
    url("https://kriscarr.com/wp-content/uploads/2026/06/Background.jpg") center / cover no-repeat;
  color: var(--csy-ink);
}

.csy-change-inner {
  width: min(100%, var(--csy-page-max));
  margin: 0 auto;
  padding: 98px 92px 0px;
  display: grid;
  grid-template-columns: 750px minmax(0, 1fr);
  column-gap: 64px;
  align-items: center;
}

.csy-change-card {
  min-height: 1054px;
  padding: 61px 51px 70px;
  border-radius: 20px;
  background: var(--csy-white);
  box-shadow: 0 4px 29px rgba(0, 0, 0, 0.16);
}

.csy-change-title {
  margin: 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-size: 75px;
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}

.csy-change-title em {
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-style: normal;
  font-weight: 200;
}

.csy-result-grid {
  margin-top: 37px;
  position: relative;
  width: 648px;
  max-width: 100%;
  height: 560px;
  margin-left: auto;
  margin-right: auto;
}

.csy-result-card {
  position: absolute;
  min-height: 115px;
  padding: 22px 26px 22px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 15px;
  box-shadow: 0 4px 29px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    box-shadow 0.25s ease;
}

.csy-result-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.csy-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
}

.csy-result-card img {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
}

.csy-result-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.csy-result-card p {
  text-wrap: balance;
}

.csy-result-card-coral {
  background: rgb(237, 175, 140);
  color: var(--csy-white);
}

.csy-result-card-cream {
  background: rgb(243, 231, 215);
  color: var(--csy-ink);
}

.csy-result-xs {
  width: 197px;
}

.csy-result-sm {
  width: 253px;
}

.csy-result-md {
  width: 351px;
}

.csy-result-lg {
  width: 397px;
}

.csy-result-card:nth-child(1) {
  left: 0;
  top: 0;
}

.csy-result-card:nth-child(2) {
  right: 0;
  top: 0;
}

.csy-result-card:nth-child(3) {
  left: 36px;
  top: 143px;
}

.csy-result-card:nth-child(4) {
  right: 0;
  top: 143px;
}

.csy-result-card:nth-child(5) {
  left: 0;
  top: 286px;
  width: 337px;
}

.csy-result-card:nth-child(6) {
  right: 34px;
  top: 286px;
  width: 258px;
}

.csy-result-card:nth-child(7) {
  left: 21px;
  top: 429px;
  width: 225px;
}

.csy-result-card:nth-child(8) {
  right: 0;
  top: 429px;
  width: 366px;
}

.csy-change-bottom {
  margin: 48px auto 0;
  text-align: center;
}

.csy-change-bottom p {
  margin: 0;
  color: var(--csy-ink);
  font-size: 30px;
  line-height: 1.38;
  font-weight: 700;
}

.csy-change-bottom em {
  display: inline-block;
  margin-top: 5px;
  color: var(--csy-ink);
  font-family: var(--csy-font-display);
  font-size: 30px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 200;
  text-decoration-line: underline;
  text-decoration-color: var(--csy-coral);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.csy-change-testimonials {
  width: min(441px, 100%);
  margin-top: 750px;
}

.csy-change-stars {
  color: var(--csy-coral);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.csy-change-testimonial-slider {
  position: relative;
  min-height: 520px;
  margin-top: 25px;
}

.csy-change-testimonial-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

.csy-change-testimonial-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.csy-change-testimonial-slide blockquote {
  margin: 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-display);
  font-size: 27px;
  line-height: 1.42;
  font-style: normal;
  font-weight: 200;
}

.csy-change-testimonial-slide blockquote span {
  color: var(--csy-coral);
}

.csy-change-person {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.csy-change-person img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
}

.csy-change-person p {
  margin: 0;
  color: var(--csy-ink);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.csy-big-results {
  overflow: hidden;
  background: rgb(34, 105, 88);
  color: var(--csy-white);
}

.csy-big-results-inner {
  width: min(100%, var(--csy-page-max));
  min-height: 2158px;
  margin: 0 auto;
  padding: 92px 120px 82px;
  text-align: center;
}

.csy-big-results-title {
  margin: 0;
  color: var(--csy-white);
  font-family: var(--csy-font-ivy-text);
  font-size: 75px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.csy-big-results-title span {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--csy-font-display);
  font-weight: 200;
}

.csy-big-results-list {
  width: min(1035px, 100%);
  margin: 95px auto 0;
  display: grid;
  row-gap: 88px;
}

.csy-result-story {
  display: grid;
  grid-template-columns: 464px 488px;
  column-gap: 83px;
  align-items: center;
  text-align: left;
}

.csy-story-video-card {
  position: relative;
  width: 464px;
  max-width: 100%;
  aspect-ratio: 464 / 260;
  overflow: visible;
  border-radius: 20px;
}

.csy-story-preview-video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.csy-story-video-play {
  position: absolute;
  z-index: 3;
  right: -47px;
  top: 50%;
  width: 94px;
  height: 94px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}

.csy-story-video-play:hover,
.csy-story-video-play:focus {
  transform: translateY(-50%) scale(1.04);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

.csy-story-video-play img {
  width: 94px;
  height: 94px;
}

.csy-story-video-embed {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.csy-story-video-embed iframe {
  width: 100%;
  height: 100%;
}

.csy-story-video-card.is-playing .csy-story-preview-video,
.csy-story-video-card.is-playing .csy-story-video-play {
  display: none;
}

.csy-story-video-card.is-playing .csy-story-video-embed {
  opacity: 1;
  pointer-events: auto;
}

.csy-result-story-copy h3 {
  margin: 0;
  color: var(--csy-white);
  font-family: var(--csy-font-body);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.csy-result-story-copy h3 span {
  color: #fff;
  font-family: var(--csy-font-display);
  font-style: normal;
  font-weight: 200;
  text-decoration-line: underline;
  text-decoration-color: var(--csy-coral);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.csy-result-story-copy p {
  width: min(488px, 100%);
  margin: 30px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.csy-result-story-copy strong {
  color: var(--csy-white);
  font-weight: 700;
}

.csy-result-story-copy em {
  font-style: italic;
}

.csy-big-results-button {
  width: 280px;
  min-height: 63px;
  margin-top: 92px;
}

.csy-plant {
  overflow: hidden;
  min-height: 1147px;
  background: url("https://kriscarr.com/wp-content/uploads/2026/06/CSY_Kris_Carr-Background-WhyPlantBased.jpg") center / cover no-repeat;
  color: var(--csy-ink);
}

.csy-plant-inner {
  position: relative;
  width: min(100%, var(--csy-page-max));
  min-height: 1147px;
  margin: 0 auto;
  padding: 118px 32px 0;
}

.csy-plant-copy {
  width: min(1008px, 100%);
  margin: 0 auto;
  text-align: center;
}

.csy-plant-title {
  margin: 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-size: 75px;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.csy-plant-title span {
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-weight: 200;
}

.csy-plant-accent {
  margin: 42px 0 0;
  color: var(--csy-ink);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.csy-plant-copy p:not(.csy-plant-accent) {
  width: min(526px, 100%);
  margin: 60px auto 0;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
}

.csy-plant-copy p + p:not(.csy-plant-accent) {
  margin-top: 38px;
}

.csy-plant-copy strong {
  font-weight: 700;
}

.csy-plant-copy em {
  font-style: italic;
}

.csy-plant-feature {
  position: absolute;
  left: 315px;
  bottom: 0;
  width: 914px;
  min-height: 558px;
}

.csy-plant-feature-card {
  position: absolute;
  left: 0;
  top: 178px;
  width: 793px;
  min-height: 268px;
  padding: 62px 54px 52px;
  border-radius: 15px;
  background: var(--csy-coral);
  color: var(--csy-white);
  text-align: center;
}

.csy-plant-feature-accent {
  margin: 0;
  padding-right: 150px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.csy-plant-feature-title {
  margin: 31px 0 0;
  padding-right: 150px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.csy-plant-feature-title span {
  font-family: var(--csy-font-display);
  font-size: 34px;
  font-style: normal;
  font-weight: 200;
}

.csy-plant-person {
  position: absolute;
  right: 0;
  top: 0px;
  width: 386px;
  height: auto;
}

.csy-program {
  background: rgb(243, 231, 215);
  color: var(--csy-ink);
}

.csy-program-heading {
  padding: 119px 32px 70px;
  text-align: center;
}

.csy-program-heading h2 {
  margin: 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-size: 75px;
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.csy-program-tabs {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 112px;
  border-top: 1px solid rgb(224, 195, 157);
  border-bottom: 1px solid rgb(224, 195, 157);
  background: rgba(243, 231, 215, 0.96);
  backdrop-filter: blur(8px);
}

.csy-program-tabs.is-fixed {
  position: fixed;
  top: 128px;
  left: 0;
  right: 0;
  z-index: 38;
}

.csy-program.has-fixed-tabs .csy-program-content {
  padding-top: 201px;
}

.csy-program-tabs a {
  display: grid;
  place-items: center;
  padding: 24px 18px;
  border-right: 1px solid rgb(224, 195, 157);
  color: var(--csy-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  transition:
    color 0.22s ease,
    background-color 0.22s ease;
}

.csy-program-tabs a:last-child {
  border-right: 0;
}

.csy-program-tabs a:hover,
.csy-program-tabs a:focus,
.csy-program-tabs a.is-active {
  color: var(--csy-coral);
  background: rgba(255, 255, 255, 0.2);
}

.csy-program-content {
  width: min(1309px, calc(100% - 64px));
  margin: 0 auto;
  padding: 89px 0 107px;
}

.csy-program-item {
  scroll-margin-top: 250px;
  display: grid;
  grid-template-columns: 570px minmax(0, 1fr);
  column-gap: 60px;
  align-items: center;
  min-height: 570px;
}

.csy-program-item + .csy-program-item {
  margin-top: 204px;
}

.csy-program-image-wrap {
  position: relative;
  width: 570px;
  height: 570px;
}

.csy-program-image-wrap img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 408px;
  height: 569px;
  border-radius: 15px;
  object-fit: cover;
}

.csy-program-image-wrap span {
  position: absolute;
  right: 85px;
  top: -51px;
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-size: 200px;
  line-height: 0.9;
  font-weight: 200;
}

.csy-program-copy {
  width: min(679px, 100%);
  margin-left: -100px;
  padding-top: 22px;
}

.csy-program-copy h3 {
  margin: 0;
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-size: 55px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
}

.csy-program-copy p {
  margin: 26px 0 0;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.csy-program-copy .csy-program-lead {
  margin-top: 31px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
}

.csy-program-kicker {
  margin-top: 35px !important;
  color: var(--csy-coral) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.csy-program-copy ul {
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 300;
}

.csy-program-button {
  width: 280px;
  min-height: 63px;
  margin: 100px auto 0;
  display: flex;
}

.csy-built {
  position: relative;
  overflow: hidden;
  min-height: 1418px;
  background:
    url("https://kriscarr.com/wp-content/uploads/2026/06/CSY_Kris_Carr-Background-WhyIBuiltThis.jpg")
    center top / cover no-repeat;
}

.csy-built-inner {
  position: relative;
  width: min(1440px, 100%);
  min-height: 1418px;
  margin: 0 auto;
  padding: 78px 0 74px 84px;
}

.csy-built-card {
  position: relative;
  z-index: 2;
  width: 693px;
  min-height: 1234px;
  padding: 91px 56px 74px;
  border-radius: 20px;
  background: var(--csy-white);
  text-align: center;
}

.csy-built-title {
  margin: 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-size: 75px;
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.csy-built-title span {
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-style: normal;
  font-weight: 200;
  letter-spacing: -0.02em;
}

.csy-built-quote {
  margin: 70px auto 0;
  width: min(566px, 100%);
  color: var(--csy-ink);
  font-family: var(--csy-font-body);
  font-size: 30px;
  line-height: 1.48;
  font-weight: 700;
  text-align: center;
}

.csy-built-quote span {
  display: inline;
  color: var(--csy-ink);
  font-family: var(--csy-font-display);
  font-size: 30px;
  line-height: 1;
  font-style: normal;
  font-weight: 200;
  text-decoration-line: underline;
  text-decoration-color: var(--csy-coral);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}

.csy-built-subhead {
  margin: 58px auto 0;
  width: min(602px, 100%);
  color: rgb(30, 30, 30);
  font-size: 20px;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.csy-built-copy {
  margin: 50px auto 0;
  width: min(575px, 100%);
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 300;
  text-align: center;
}

.csy-built-copy p {
  margin: 0;
}

.csy-built-copy p + p {
  margin-top: 39px;
}

.csy-built-copy strong {
  font-weight: 700;
  font-style: italic;
}

.csy-built-person {
  position: absolute;
  z-index: 3;
  right: -73px;
  bottom: 0;
  width: 732px;
  max-width: none;
  pointer-events: none;
}

.csy-anniversary {
  position: relative;
  overflow: hidden;
  min-height: 766px;
  background:
    url("https://kriscarr.com/wp-content/uploads/2026/06/CSY_Kris_Carr-Background-Coaching-banner.jpg")
    center center / cover no-repeat;
}

.csy-anniversary-inner {
  position: relative;
  width: 100%;
  min-height: 766px;
  margin: 0 auto;
  padding: 133px 0 80px;
}

.csy-anniversary-card {
  position: relative;
  width: 972px;
  min-height: 532px;
  margin: 0 auto;
  padding: 75px 180px 58px;
  border-radius: 14px;
  background: var(--csy-coral);
  color: var(--csy-white);
  text-align: center;
}

.csy-anniversary-phone {
  position: absolute;
  z-index: 3;
  left: calc(50% - 750px);
  top: 130px;
  width: 353px;
  max-width: none;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.csy-anniversary-kicker {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.csy-anniversary-body {
  margin: 45px auto 0;
  width: min(454px, 100%);
  font-size: 23px;
  line-height: 1.52;
  font-weight: 300;
}

.csy-anniversary-body strong {
  font-weight: 700;
}

.csy-anniversary-trust {
  margin: 44px auto 0;
  width: min(514px, 100%);
  font-size: 30px;
  line-height: 1.42;
  font-weight: 700;
}

.csy-anniversary-trust span {
  display: inline-block;
  margin-top: 4px;
  font-family: var(--csy-font-display);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 200;
}

.csy-anniversary-trust span strong {
  font-weight: 300;
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 255, 255, 0.9);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-decoration-skip-ink: none;
}

.csy-anniversary-badge {
  position: absolute;
  right: calc(50% - 585px);
  top: -70px;
  z-index: 4;
  width: 292px;
  height: 292px;
  display: grid;
  place-items: center;
  align-content: center;
  background: rgb(255, 176, 18);
  color: var(--csy-white);
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(
    50.00% 0.00%,
    53.37% 7.13%,
    57.82% 0.62%,
    60.04% 8.19%,
    65.45% 2.45%,
    66.46% 10.27%,
    72.70% 5.45%,
    72.47% 13.34%,
    79.39% 9.55%,
    77.93% 17.30%,
    85.36% 14.64%,
    82.70% 22.07%,
    90.45% 20.61%,
    86.66% 27.53%,
    94.55% 27.30%,
    89.73% 33.54%,
    97.55% 34.55%,
    91.81% 39.96%,
    99.38% 42.18%,
    92.87% 46.63%,
    100.00% 50.00%,
    92.87% 53.37%,
    99.38% 57.82%,
    91.81% 60.04%,
    97.55% 65.45%,
    89.73% 66.46%,
    94.55% 72.70%,
    86.66% 72.47%,
    90.45% 79.39%,
    82.70% 77.93%,
    85.36% 85.36%,
    77.93% 82.70%,
    79.39% 90.45%,
    72.47% 86.66%,
    72.70% 94.55%,
    66.46% 89.73%,
    65.45% 97.55%,
    60.04% 91.81%,
    57.82% 99.38%,
    53.37% 92.87%,
    50.00% 100.00%,
    46.63% 92.87%,
    42.18% 99.38%,
    39.96% 91.81%,
    34.55% 97.55%,
    33.54% 89.73%,
    27.30% 94.55%,
    27.53% 86.66%,
    20.61% 90.45%,
    22.07% 82.70%,
    14.64% 85.36%,
    17.30% 77.93%,
    9.55% 79.39%,
    13.34% 72.47%,
    5.45% 72.70%,
    10.27% 66.46%,
    2.45% 65.45%,
    8.19% 60.04%,
    0.62% 57.82%,
    7.13% 53.37%,
    0.00% 50.00%,
    7.13% 46.63%,
    0.62% 42.18%,
    8.19% 39.96%,
    2.45% 34.55%,
    10.27% 33.54%,
    5.45% 27.30%,
    13.34% 27.53%,
    9.55% 20.61%,
    17.30% 22.07%,
    14.64% 14.64%,
    22.07% 17.30%,
    20.61% 9.55%,
    27.53% 13.34%,
    27.30% 5.45%,
    33.54% 10.27%,
    34.55% 2.45%,
    39.96% 8.19%,
    42.18% 0.62%,
    46.63% 7.13%
  );
}

.csy-anniversary-badge strong {
  display: block;
  margin-top: -10px;
  font-size: 96px;
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.csy-anniversary-badge span {
  display: block;
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.74;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.csy-how {
  position: relative;
  overflow: hidden;
  background: rgb(242, 230, 213);
}

.csy-how-inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 114px 76px 141px;
  text-align: center;
}

.csy-how-title {
  margin: 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-size: 75px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.csy-how-title span {
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-weight: 200;
}

.csy-how-mockup {
  display: block;
  width: min(1083px, 100%);
  margin: 46px auto 0;
}

.csy-how-copy {
  width: min(685px, 100%);
  margin: 48px auto 0;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 300;
  text-align: center;
}

.csy-how-copy p {
  margin: 0;
}

.csy-how-copy strong {
  font-weight: 700;
  font-style: italic;
}

.csy-how-copy h3 {
  margin: 37px auto 31px;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.csy-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: min(1120px, 100%);
  margin: 100px auto 0;
}

.csy-how-step {
  position: relative;
  min-height: 294px;
  padding: 45px 33px 35px;
  border-radius: 15px;
  background: var(--csy-white);
  text-align: left;
}

.csy-how-step span {
  position: absolute;
  left: -33px;
  top: -65px;
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-size: 99px;
  line-height: 1;
  font-weight: 200;
}

.csy-how-step h3 {
  margin: 0;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.csy-how-step p {
  margin: 33px 0 0;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 300;
}

.csy-how-button {
  width: 280px;
  min-height: 63px;
  margin: 82px auto 0;
  display: flex;
}

.csy-how-testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 497px));
  justify-content: center;
  column-gap: 90px;
  margin: 101px auto 0;
}

.csy-how-testimonial {
  margin: 0;
  text-align: center;
}

.csy-how-testimonial img {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.csy-how-testimonial blockquote {
  margin: 57px 0 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-display);
  font-size: 32px;
  line-height: 1.43;
  font-weight: 200;
}

.csy-how-testimonial figcaption {
  margin-top: 28px;
  color: var(--csy-ink);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.csy-voices {
  position: relative;
  overflow: hidden;
  background: var(--csy-white);
}

.csy-voices-inner {
  width: min(1440px, 100%);
  min-height: 1119px;
  margin: 0 auto;
  padding: 135px 32px 120px;
  text-align: center;
}

.csy-voices-title {
  margin: 0;
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-size: 75px;
  line-height: 0.95;
  font-weight: 200;
  text-transform: uppercase;
}

.csy-voices-title span {
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-style: normal;
  font-weight: 300;
}

.csy-voices-slider {
  position: relative;
  width: min(937px, calc(100% - 128px));
  margin: 50px auto 0;
}

.csy-voices-card {
  position: relative;
  min-height: 590px;
  border-radius: 15px;
  background: rgb(249, 249, 249);
}

.csy-voices-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 88px 102px 64px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.csy-voices-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.csy-voices-stars {
  color: var(--csy-coral);
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.18em;
}

.csy-voices-slide blockquote {
  margin: 40px auto 0;
  width: min(689px, 100%);
  color: var(--csy-ink);
  font-family: var(--csy-font-display);
  font-size: 30px;
  line-height: 1.54;
  font-weight: 200;
}

.csy-voices-slide blockquote strong {
  font-weight: 400;
}

.csy-voices-photo {
  display: block;
  width: 140px;
  height: 140px;
  margin: 48px auto 0;
  border-radius: 50%;
  object-fit: cover;
}

.csy-voices-name {
  margin: 52px 0 0;
  color: var(--csy-ink);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.csy-voices-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 78px;
  height: 78px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.csy-voices-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.csy-voices-prev {
  left: -42px;
}

.csy-voices-next {
  right: -42px;
}

.csy-join {
  position: relative;
  overflow: hidden;
  background: var(--csy-coral);
}

.csy-join-inner {
  width: min(1440px, 100%);
  min-height: 1294px;
  margin: 0 auto;
  padding: 92px 32px 150px;
  text-align: center;
}

.csy-join-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--csy-font-display);
  font-size: 75px;
  line-height: 1.08;
  font-weight: 200;
  text-transform: uppercase;
}

.csy-join-title span {
  color: var(--csy-white);
  font-style: normal;
  font-weight: 300;
}

.csy-join-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 469px));
  justify-content: center;
  gap: 39px;
  margin: 64px auto 0;
}

.csy-join-card {
  position: relative;
  min-height: 900px;
  padding: 86px 48px 58px;
  border-radius: 15px;
  background: var(--csy-cream);
  color: var(--csy-ink);
}

.csy-join-price-wrap {
  position: relative;
  width: 332px;
  min-height: 320px;
  margin: -48px auto;
  padding: 58px 0 0;
}

.csy-join-price-wrap::before,
.csy-join-price-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.csy-join-price-wrap::before {
  z-index: 0;
  left: 50%;
  top: -35px;
  width: 400px;
  height: 400px;
  border: 2px solid rgb(198, 224, 211);
  border-radius: 50%;
  transform: translateX(-50%);
}

.csy-join-price-wrap::after {
  z-index: 1;
  left: 50%;
  top: -35px;
  width: 265px;
  height: 455px;
  background: var(--csy-cream);
  transform: translateX(-50%);
}

.csy-join-price-wrap > * {
  position: relative;
  z-index: 2;
}

.csy-join-price-wrap h3 {
  margin: 0;
  color: var(--csy-ink);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.csy-join-price {
  margin: 7px 0 0;
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-size: 75px;
  line-height: 1.04;
  font-weight: 200;
}

.csy-join-plan {
  margin: 25px 0 0;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.csy-join-button {
  width: 280px;
  min-height: 63px;
  margin-top: 21px;
}

.csy-join-lead {
  position: relative;
  z-index: 2;
  margin: 90px auto 0;
  width: min(320px, 100%);
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 700;
}

.csy-join-list {
  width: 280px;
  margin: 32px auto 0;
  padding: 0;
  list-style: none;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
  text-align: left;
}

.csy-join-list li {
  position: relative;
  padding-left: 56px;
}

.csy-join-list li + li {
  margin-top: 20px;
}

.csy-join-list li::before,
.csy-join-plus-item span {
  width: 30px;
  height: 30px;
}

.csy-join-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -7px;
  color: transparent;
  background: url("https://kriscarr.com/wp-content/uploads/2026/06/check-mark-61.svg") center / contain no-repeat;
}

.csy-join-card-plus {
  padding-bottom: 44px;
}

.csy-join-plus-lead {
  margin-top: 90px;
  font-style: italic;
}

.csy-join-plus-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 264px);
  justify-content: center;
  align-items: start;
  column-gap: 22px;
  margin: 24px auto 0;
  text-align: left;
}

.csy-join-plus-item p {
  margin: 0;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.csy-join-plus-item span {
  display: block;
  background: url("https://kriscarr.com/wp-content/uploads/2026/06/check-mark-61.svg") center / contain no-repeat;
}

.csy-join-accent {
  margin: 38px auto 0;
  width: min(314px, 100%);
  color: var(--csy-coral);
  font-size: 13px;
  line-height: 1.62;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.csy-join-coaching {
  display: grid;
  grid-template-columns: 232px 273px;
  align-items: start;
  column-gap: 0;
  width: 477px;
  max-width: none;
  margin: -25px 0 0 -44px;
  text-align: left;
}

.csy-join-coaching img {
  width: 232px;
  height: 301px;
  margin-left: -18px;
  object-fit: contain;
  filter: drop-shadow(0 13px 18px rgba(0, 0, 0, 0.18));
}

.csy-join-coaching div {
  width: 273px;
  padding-top: 60px;
  margin-left: -50px;
}

.csy-join-coaching p {
  margin: 0;
  color: rgb(30, 30, 30);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
}

.csy-join-coaching p + p {
  margin-top: 28px;
}

.csy-join-coaching strong {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  font-style: italic;
}

.csy-join-badge {
  position: absolute;
  right: -76px;
  top: -70px;
  z-index: 3;
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  background: rgb(255, 176, 18);
  color: var(--csy-white);
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(
    50.00% 0.00%,
    53.37% 7.13%,
    57.82% 0.62%,
    60.04% 8.19%,
    65.45% 2.45%,
    66.46% 10.27%,
    72.70% 5.45%,
    72.47% 13.34%,
    79.39% 9.55%,
    77.93% 17.30%,
    85.36% 14.64%,
    82.70% 22.07%,
    90.45% 20.61%,
    86.66% 27.53%,
    94.55% 27.30%,
    89.73% 33.54%,
    97.55% 34.55%,
    91.81% 39.96%,
    99.38% 42.18%,
    92.87% 46.63%,
    100.00% 50.00%,
    92.87% 53.37%,
    99.38% 57.82%,
    91.81% 60.04%,
    97.55% 65.45%,
    89.73% 66.46%,
    94.55% 72.70%,
    86.66% 72.47%,
    90.45% 79.39%,
    82.70% 77.93%,
    85.36% 85.36%,
    77.93% 82.70%,
    79.39% 90.45%,
    72.47% 86.66%,
    72.70% 94.55%,
    66.46% 89.73%,
    65.45% 97.55%,
    60.04% 91.81%,
    57.82% 99.38%,
    53.37% 92.87%,
    50.00% 100.00%,
    46.63% 92.87%,
    42.18% 99.38%,
    39.96% 91.81%,
    34.55% 97.55%,
    33.54% 89.73%,
    27.30% 94.55%,
    27.53% 86.66%,
    20.61% 90.45%,
    22.07% 82.70%,
    14.64% 85.36%,
    17.30% 77.93%,
    9.55% 79.39%,
    13.34% 72.47%,
    5.45% 72.70%,
    10.27% 66.46%,
    2.45% 65.45%,
    8.19% 60.04%,
    0.62% 57.82%,
    7.13% 53.37%,
    0.00% 50.00%,
    7.13% 46.63%,
    0.62% 42.18%,
    8.19% 39.96%,
    2.45% 34.55%,
    10.27% 33.54%,
    5.45% 27.30%,
    13.34% 27.53%,
    9.55% 20.61%,
    17.30% 22.07%,
    14.64% 14.64%,
    22.07% 17.30%,
    20.61% 9.55%,
    27.53% 13.34%,
    27.30% 5.45%,
    33.54% 10.27%,
    34.55% 2.45%,
    39.96% 8.19%,
    42.18% 0.62%,
    46.63% 7.13%
  );
}

.csy-join-badge strong {
  display: block;
  margin-top: -2px;
  font-size: 62px;
  line-height: 0.9;
  font-weight: 300;
}

.csy-join-badge span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.62;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.csy-guarantee {
  position: relative;
  z-index: 8;
  height: 0;
  overflow: visible;
  background: transparent;
}

.csy-guarantee-card {
  position: relative;
  width: min(1076px, calc(100% - 80px));
  min-height: 418px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 424px minmax(0, 1fr);
  align-items: stretch;
  border-radius: 25px;
  background: rgb(254, 252, 246);
  box-shadow: 0 4px 61px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translateY(-95px);
}

.csy-guarantee-photo {
  position: relative;
  left: 30px;
  display: block;
  width: 424px;
  height: 450px;
  align-self: end;
  object-fit: cover;
  object-position: center top;
}

.csy-guarantee-copy {
  position: relative;
  z-index: 2;
  padding: 63px 140px 56px 0;
  text-align: center;
}

.csy-guarantee-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--csy-ink);
  font-size: 40px;
  line-height: 1.34;
  font-weight: 700;
}

.csy-guarantee-title span {
  color: var(--csy-orange);
  font-family: var(--csy-font-display);
  font-style: italic;
  font-weight: 100;
  border-bottom: 2px solid var(--csy-orange);
}

.csy-guarantee-title strong {
  display: inline-block;
  white-space: nowrap;
  font: inherit;
}

.csy-guarantee-body {
  margin: 33px auto 0;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 300;
}

.csy-guarantee-body strong {
  font-weight: 700;
}

.csy-guarantee-button {
  width: 330px;
  min-height: 63px;
  margin-top: 28px;
}

.csy-guarantee-stamp {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  width: 154px;
  height: 154px;
  opacity: 1;
  object-fit: contain;
}

.csy-spent {
  position: relative;
  overflow: hidden;
  background: rgb(255, 251, 246);
}

.csy-spent-inner {
  width: min(1440px, 100%);
  min-height: 1008px;
  margin: 0 auto;
  padding: 465px 32px 90px;
  text-align: center;
}

.csy-spent-title {
  margin: 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-ivy-text);
  font-size: 75px;
  line-height: 0.95;
  font-weight: 300;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.csy-spent-title span {
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-style: italic;
  font-weight: 100;
}

.csy-spent-cards {
  display: grid;
  grid-template-columns: 366px 253px 397px;
  justify-content: center;
  align-items: stretch;
  gap: 26px;
  margin: 74px auto 0;
}

.csy-spent-card {
  min-height: 115px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  column-gap: 22px;
  padding: 23px 14px;
  border-radius: 15px;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06);
  opacity: 0;
  text-align: left;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    box-shadow 0.25s ease;
}

.csy-spent-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.csy-spent-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.1);
}

.csy-spent-card span {
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://kriscarr.com/wp-content/uploads/2026/06/check-mark-61.svg") center / contain no-repeat;
}

.csy-spent-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.csy-spent-card-cream {
  background: rgb(243, 231, 215);
  color: var(--csy-ink);
}

.csy-spent-card-coral {
  background: rgb(237, 175, 140);
  color: var(--csy-white);
}

.csy-spent-card-coral span {
  filter: brightness(0) invert(1);
}

.csy-spent-bottom {
  margin: 75px 0 0;
  color: var(--csy-ink);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.csy-spent-button {
  width: 330px;
  min-height: 63px;
  margin-top: 61px;
}

.csy-faqs {
  position: relative;
  overflow: hidden;
  background: var(--csy-white);
  color: var(--csy-ink);
}

.csy-faqs-inner {
  width: min(1440px, 100%);
  min-height: 1550px;
  margin: 0 auto;
  padding: 70px 32px 50px;
  text-align: center;
}

.csy-faq-title {
  margin: 0;
  color: var(--csy-coral);
  font-family: var(--csy-font-display);
  font-size: 75px;
  line-height: 1;
  font-style: italic;
  font-weight: 100;
  text-transform: uppercase;
}

.csy-faq-kicker {
  margin: 18px 0 0;
  color: var(--csy-ink);
  font-family: var(--csy-font-display);
  font-size: 75px;
  line-height: 1;
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
}

.csy-faq-list {
  width: min(999px, 100%);
  margin: 72px auto 0;
  background: rgb(255, 249, 241);
  color: var(--csy-ink);
  text-align: left;
}

.csy-faq-list details {
  border-bottom: 1px solid rgb(237, 232, 218);
}

.csy-faq-list details:last-child {
  border-bottom: 0;
}

.csy-faq-list summary {
  position: relative;
  min-height: 86px;
  padding: 31px 82px 24px 46px;
  cursor: pointer;
  list-style: none;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}

.csy-faq-list summary::-webkit-details-marker {
  display: none;
}

.csy-faq-list summary::after {
  content: "";
  position: absolute;
  right: 29px;
  top: 27px;
  width: 35px;
  height: 35px;
  background: url("https://kriscarr.com/wp-content/uploads/2026/04/toggle-1.svg") center / contain no-repeat;
}

.csy-faq-list details[open] summary::after {
  background-image: url("https://kriscarr.com/wp-content/uploads/2026/04/toggle.svg");
}

.csy-faq-list details p {
  width: min(760px, calc(100% - 92px));
  margin: 0;
  padding: 0 0 49px 46px;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}

.csy-faq-list details p a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.csy-faq-cta {
  margin: 95px auto 0;
  text-align: center;
}

.csy-faq-more {
  margin: 0;
  color: rgb(4, 4, 4);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.csy-faq-email {
  margin: 18px 0 28px;
  color: rgb(4, 4, 4);
  font-family: var(--csy-font-display);
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 100;
}

.csy-faq-email a {
  font-family: var(--csy-font-body);
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.csy-faq-button {
  width: 280px;
  min-height: 63px;
}

.csy-takeback {
  position: relative;
  overflow: hidden;
  min-height: 1145px;
  background: url("https://kriscarr.com/wp-content/uploads/2026/06/CSY_Kris_Carr-Background-TakeBack.jpg") center / cover no-repeat;
}

.csy-takeback-inner {
  width: min(1440px, 100%);
  min-height: 1145px;
  margin: 0 auto;
  padding: 120px 0 108px;
}

.csy-takeback-card {
  width: 676px;
  min-height: 917px;
  margin-left: 143px;
  padding: 55px 70px 62px;
  border-radius: 20px;
  background: rgb(255, 248, 239);
  color: var(--csy-ink);
  text-align: center;
}

.csy-takeback-title {
  margin: 0;
  font-family: var(--csy-font-display);
  font-size: 75px;
  line-height: 0.96;
  font-weight: 100;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.csy-takeback-title span,
.csy-takeback-title em {
  display: block;
}

.csy-takeback-title span {
  color: var(--csy-ink);
  font-style: normal;
}

.csy-takeback-title em {
  margin-top: 14px;
  color: var(--csy-coral);
  font-style: italic;
  font-weight: 100;
}

.csy-takeback-kicker {
  margin: 38px 0 0;
  color: var(--csy-ink);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.csy-takeback-copy {
  width: min(505px, 100%);
  margin: 42px auto 0;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 300;
}

.csy-takeback-copy strong,
.csy-takeback-list-intro strong {
  font-weight: 700;
}

.csy-takeback-list-intro {
  margin: 34px 0 0;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.csy-takeback-list {
  width: min(409px, 100%);
  margin: 23px auto 0;
  padding: 0;
  list-style: none;
  color: var(--csy-ink);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  text-align: left;
}

.csy-takeback-list li {
  position: relative;
  padding-left: 63px;
}

.csy-takeback-list li + li {
  margin-top: 19px;
}

.csy-takeback-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -8px;
  width: 35px;
  height: 35px;
  background: url("https://kriscarr.com/wp-content/uploads/2026/06/check-mark-61.svg") center / contain no-repeat;
}

.csy-takeback-note {
  margin: 29px 0 0;
  color: rgb(30, 30, 30);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.csy-takeback-close {
  margin: 31px 0 0;
  color: var(--csy-ink);
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

.csy-takeback-button {
  width: 280px;
  min-height: 63px;
  margin-top: 31px;
}

.csy-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 59px;
  padding: 0 22px;
  background: #018780;
  color: var(--csy-white);
  font-family: var(--csy-font-body);
  font-size: 10px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.csy-footer p {
  margin: 0;
}

.csy-footer a {
  color: inherit;
  text-decoration: none;
}

.csy-footer a:hover,
.csy-footer a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.csy-footer span {
  margin: 0 14px;
}

.csy-brand em,
.csy-hero-title em,
.csy-hero-promise span,
.csy-body-message h2,
.csy-peek-title span,
.csy-change-title em,
.csy-change-bottom em,
.csy-change-testimonial-slide blockquote,
.csy-big-results-title span,
.csy-result-story-copy h3 span,
.csy-plant-title span,
.csy-plant-feature-title span,
.csy-program-image-wrap span,
.csy-program-copy h3,
.csy-built-title span,
.csy-built-quote span,
.csy-anniversary-trust span,
.csy-how-title span,
.csy-how-step span,
.csy-how-testimonial blockquote,
.csy-voices-title,
.csy-voices-slide blockquote,
.csy-join-title,
.csy-join-price {
  font-style: italic;
  font-weight: 100;
}

@media (max-width: 1180px) {
  .csy-countdown-inner {
    grid-template-columns: 112px minmax(0, 1fr);
    row-gap: 18px;
  }

  .csy-countdown {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .csy-header {
    grid-template-columns: minmax(0, 1fr) 44px;
    padding: 0 22px;
  }

  .csy-page-scrolled .csy-header {
    top: 58px;
    min-height: 58px;
    padding: 0 20px;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .csy-page-scrolled .csy-countdown-panel {
    min-height: 58px;
  }

  .csy-page-scrolled .csy-countdown-inner {
    min-height: 58px;
    padding: 7px 18px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .csy-page-scrolled .csy-offer-copy h1 {
    font-size: 16px;
  }

  .csy-header-button {
    display: none;
  }

  .csy-menu-toggle {
    display: block;
    justify-self: end;
  }

  .csy-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-radius: 10px;
    background: rgba(9, 66, 40, 0.97);
  }

  .csy-header.is-open .csy-menu {
    display: flex;
  }

  .csy-hero-title span {
    font-size: 58px;
  }

  .csy-hero-title em {
    font-size: 110px;
  }

  .csy-hero-card {
    width: min(590px, 100%);
    margin-left: 210px;
  }

  .csy-hero-kris {
    left: 5%;
    top: 116px;
    width: min(420px, 37vw);
  }

  .csy-featured {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }

  .csy-body-message-inner {
    min-height: 760px;
    padding-top: 96px;
  }

  .csy-body-message h2 {
    font-size: clamp(54px, 7vw, 75px);
  }

  .csy-peek-title {
    font-size: clamp(52px, 6vw, 65px);
  }

  .csy-peek-subtitle {
    width: min(880px, 100%);
  }

  .csy-change-inner {
    padding: 80px 32px 90px;
    grid-template-columns: 1fr;
    row-gap: 56px;
  }

  .csy-change-card {
    width: min(750px, 100%);
    margin: 0 auto;
  }

  .csy-change-testimonials {
    width: min(700px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  .csy-change-testimonial-slider {
    min-height: 360px;
  }

  .csy-change-person {
    justify-content: center;
  }

  .csy-big-results-inner {
    min-height: 0;
    padding: 82px 32px 76px;
  }

  .csy-big-results-title {
    font-size: clamp(52px, 7vw, 75px);
  }

  .csy-big-results-list {
    margin-top: 78px;
    row-gap: 76px;
  }

  .csy-result-story {
    width: min(760px, 100%);
    margin: 0 auto;
    grid-template-columns: 1fr;
    row-gap: 34px;
    text-align: center;
  }

  .csy-story-video-card {
    width: min(464px, calc(100% - 48px));
    margin: 0 auto;
  }

  .csy-result-story-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .csy-plant {
    min-height: 0;
  }

  .csy-plant-inner {
    min-height: 1000px;
    padding: 86px 24px 0;
  }

  .csy-plant-title {
    font-size: clamp(52px, 7vw, 75px);
  }

  .csy-plant-feature {
    left: 50%;
    bottom: 0;
    width: min(914px, calc(100% - 48px));
    transform: translateX(-50%);
  }

  .csy-plant-feature-card {
    width: min(793px, 78%);
  }

  .csy-program-tabs {
    top: auto;
  }

  .csy-program-tabs.is-fixed {
    top: 116px;
  }

  .csy-program.has-fixed-tabs .csy-program-content {
    padding-top: 188px;
  }

  .csy-program-content {
    width: min(760px, calc(100% - 48px));
  }

  .csy-program-item {
    grid-template-columns: 1fr;
    row-gap: 34px;
    min-height: 0;
  }

  .csy-program-image-wrap {
    width: min(570px, 100%);
    margin: 0 auto;
  }

  .csy-program-copy {
    margin: 0 auto;
    text-align: left;
  }

  .csy-built {
    min-height: 0;
  }

  .csy-built-inner {
    min-height: 0;
    padding: 72px 24px 0;
  }

  .csy-built-card {
    width: min(693px, 100%);
    min-height: 0;
    margin: 0 auto;
  }

  .csy-built-title {
    font-size: clamp(54px, 7vw, 75px);
  }

  .csy-built-person {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: min(620px, 82vw);
    margin: -140px auto 0;
  }

  .csy-anniversary {
    min-height: 0;
  }

  .csy-anniversary-inner {
    min-height: 0;
    padding: 86px 24px 70px;
  }

  .csy-anniversary-card {
    width: min(760px, 100%);
    min-height: 0;
    margin: 0 auto;
    padding: 275px 52px 58px;
  }

  .csy-anniversary-phone {
    left: 50%;
    top: 52px;
    width: 270px;
    transform: translateX(-118%);
  }

  .csy-anniversary-badge {
    right: 24px;
    top: 42px;
    width: 220px;
    height: 220px;
  }

  .csy-anniversary-badge strong {
    font-size: 72px;
  }

  .csy-anniversary-badge span {
    font-size: 13px;
    line-height: 1.58;
  }

  .csy-how-inner {
    padding: 86px 32px 105px;
  }

  .csy-how-title {
    font-size: clamp(54px, 7vw, 75px);
  }

  .csy-how-steps {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    gap: 76px;
  }

  .csy-how-step {
    min-height: 0;
  }

  .csy-how-testimonials {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    row-gap: 70px;
  }

  .csy-voices-inner {
    min-height: 0;
    padding: 120px 32px 92px;
  }

  .csy-voices-title {
    font-size: clamp(54px, 7vw, 75px);
  }

  .csy-voices-slider {
    width: min(760px, calc(100% - 86px));
  }

  .csy-voices-card {
    min-height: 620px;
  }

  .csy-voices-slide {
    padding: 76px 54px 54px;
  }

  .csy-voices-slide blockquote {
    font-size: 27px;
  }

  .csy-voices-prev {
    left: -26px;
  }

  .csy-voices-next {
    right: -26px;
  }

  .csy-join-inner {
    min-height: 0;
    padding: 86px 32px 96px;
  }

  .csy-join-title {
    font-size: clamp(54px, 7vw, 75px);
  }

  .csy-join-grid {
    grid-template-columns: minmax(0, 560px);
    gap: 72px;
  }

  .csy-join-card {
    min-height: 0;
  }

  .csy-join-badge {
    right: -32px;
  }

  .csy-guarantee-card {
    width: min(760px, calc(100% - 40px));
    min-height: 0;
    grid-template-columns: 280px minmax(0, 1fr);
    transform: translateY(-180px);
  }

  .csy-guarantee-photo {
    width: 280px;
    height: 320px;
  }

  .csy-guarantee-copy {
    padding: 42px 34px 44px 24px;
  }

  .csy-guarantee-title {
    font-size: 31px;
    line-height: 1.28;
  }

  .csy-guarantee-body {
    margin-top: 24px;
    font-size: 17px;
  }

  .csy-guarantee-stamp {
    right: 16px;
    top: 18px;
    width: 118px;
    height: 118px;
  }

  .csy-spent-inner {
    min-height: 0;
    padding: 360px 32px 96px;
  }

  .csy-spent-title {
    font-size: clamp(54px, 7vw, 75px);
  }

  .csy-spent-cards {
    grid-template-columns: minmax(0, 520px);
    gap: 22px;
  }

  .csy-spent-card {
    min-height: 108px;
  }
}

@media (max-width: 760px) {
  .csy-page {
    padding-top: 464px;
  }

  .csy-offer-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
  }

  .csy-offer-bar {
    min-height: 56px;
    padding: 8px 18px;
    gap: 24px;
  }

  .csy-offer-bar p {
    max-width: 230px;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0.18em;
  }

  .csy-offer-bar p span {
    display: none;
  }

  .csy-offer-stars {
    font-size: 20px;
  }

  .csy-countdown-inner {
    min-height: 0;
    padding: 18px 18px 22px;
    grid-template-columns: 80px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 18px;
  }

  body:not(.csy-page-scrolled) .csy-countdown-panel {
    min-height: 328px;
  }

  body:not(.csy-page-scrolled) .csy-countdown-inner {
    position: relative;
    display: block;
    min-height: 328px;
    padding: 20px 24px 28px;
  }

  .csy-offer-burst {
    width: 128px;
    height: 128px;
  }

  body:not(.csy-page-scrolled) .csy-offer-burst {
    position: absolute;
    left: 24px;
    top: 10px;
  }

  .csy-offer-burst span {
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0.13em;
  }

  .csy-offer-burst small {
    margin-top: 5px;
    font-size: 8px;
    line-height: 1.35;
  }

  body:not(.csy-page-scrolled) .csy-offer-copy {
    text-align: center;
  }

  .csy-offer-copy h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  body:not(.csy-page-scrolled) .csy-offer-copy h1 {
    width: 222px;
    margin: 43px 0 0 auto;
  }

  .csy-offer-copy p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.42;
  }

  body:not(.csy-page-scrolled) .csy-offer-copy p {
    width: 300px;
    max-width: 100%;
    margin: 27px auto 0;
  }

  .csy-countdown {
    width: 100%;
    grid-column: 1 / -1;
    gap: 4px;
    justify-content: space-between;
  }

  body:not(.csy-page-scrolled) .csy-countdown {
    margin-top: 16px;
  }

  .csy-countdown-unit {
    width: 62px;
  }

  .csy-countdown-unit strong {
    font-size: 31px;
    line-height: 1;
  }

  .csy-countdown-unit span {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.28em;
  }

  .csy-countdown-separator {
    font-size: 30px;
    line-height: 1;
  }

  .csy-hero {
    min-height: auto;
    margin-top: 0;
  }

  .csy-hero-video {
    object-position: center top;
  }

  .csy-header {
    position: fixed;
    top: 384px;
    left: 0;
    right: 0;
    z-index: 39;
    min-height: 80px;
    padding: 0 22px;
  }

  .csy-page-scrolled .csy-header {
    top: 92px;
    min-height: 58px;
    padding: 0 16px;
  }

  .csy-page-scrolled .csy-countdown-panel {
    min-height: 92px;
  }

  .csy-page-scrolled .csy-countdown-inner {
    min-height: 92px;
    padding: 9px 12px;
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .csy-page-scrolled .csy-offer-copy {
    text-align: center;
  }

  .csy-page-scrolled .csy-offer-copy h1 {
    font-size: 15px;
  }

  .csy-page-scrolled .csy-countdown {
    justify-content: center;
  }

  .csy-page-scrolled .csy-countdown-unit {
    width: 46px;
  }

  .csy-page-scrolled .csy-countdown-unit strong {
    font-size: 18px;
  }

  .csy-page-scrolled .csy-countdown-unit span {
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .csy-brand span {
    font-size: 20px;
    letter-spacing: 0.15em;
  }

  .csy-brand em {
    font-size: 25px;
  }

  .csy-menu-toggle {
    width: 54px;
    height: 54px;
  }

  .csy-menu-toggle span {
    width: 35px;
    height: 2px;
    margin: 7px auto;
  }

  .csy-hero-content {
    z-index: 4;
    width: 100%;
    padding: 30px 0 0;
    grid-template-columns: 100%;
  }

  .csy-hero-kris {
    left: 47%;
    top: 66px;
    width: 70%;
    transform: translateX(-50%);
    opacity: 1;
  }

  .csy-hero-title {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-right: 0;
    text-align: center;
    white-space: nowrap;
  }

  .csy-hero-title span {
    display: inline-block;
    position: relative;
    top: -8px;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .csy-hero-title em {
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 59px;
    line-height: 0.82;
    letter-spacing: 0.02em;
    vertical-align: baseline;
  }

  .csy-hero-card {
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    width: min(520px, calc(100vw - 38px));
    max-width: calc(100vw - 38px);
    margin: 304px auto 0;
    padding: 34px 26px 34px;
    border-radius: 36px;
    background: rgb(255, 249, 235);
  }

  .csy-hero-promise {
    font-size: 22px;
    line-height: 1.45;
  }

  .csy-hero-promise span {
    font-size: 30px;
  }

  .csy-hero-subtitle {
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.48;
  }

  .csy-primary-button {
    width: 100%;
    min-height: 63px;
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  .csy-featured {
    position: relative;
    z-index: 5;
    margin-top: 15px;
    min-height: 156px;
    padding: 25px 0 24px 28px;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 28px;
  }

  .csy-featured p {
    font-size: 16px;
    line-height: 1.52;
    letter-spacing: 0.22em;
    white-space: normal;
    width: 100px;
    text-align: center;
  }

  .csy-logo-track {
    gap: 38px;
    animation-duration: 28s;
  }

  .csy-logo {
    height: 40px;
  }

  .csy-logo-today {
    width: 54px;
    height: 40px;
  }

  .csy-logo-cbs,
  .csy-logo-oprah,
  .csy-logo-gma {
    height: 43px;
  }

  .csy-logo-gma {
    width: 102px;
  }

  .csy-logo-cbs {
    width: 64px;
  }

  .csy-logo-nyt {
    width: 150px;
    height: 30px;
  }

  .csy-logo-scientific {
    width: 138px;
    height: 38px;
  }

  .csy-logo-prevention {
    width: 112px;
    height: 36px;
  }

  .csy-body-message {
    min-height: auto;
    background: #000;
  }

  .csy-body-message-inner {
    min-height: auto;
    padding: 17px 10px 30px;
    background-color: #fff;
  }

  .csy-body-message h2 {
    max-width: 359px;
    margin: 0 auto;
    font-size: 29px;
    line-height: 1.34;
    font-style: italic;
    font-weight: 100;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 20px;
  }

  .csy-body-message h2 span {
    color: #000;
    font-family: var(--csy-font-display);
    font-style: italic;
    font-weight: 100;
  }

  .csy-body-message-copy p {
    margin-top: 32px;
    color: #000;
    font-size: 17px;
    line-height: 1.62;
  }

  .csy-body-message-copy .csy-body-message-accent {
    margin-top: 28px;
    font-size: 15px;
  }

  .csy-people-banner {
    min-height: 512px;
    height: 512px;
  }

  .csy-people-banner-card {
    width: 100%;
    height: 306px;
    min-height: 306px;
    padding: 20px;
    justify-content: center;
    background: rgba(34, 105, 88, 0.92);
  }

  .csy-people-banner-card p {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
  }

  .csy-people-desktop-text {
    display: none;
  }

  .csy-people-mobile-text {
    display: inline;
  }

  .csy-people-button {
    width: min(320px, 100%);
    min-height: 80px;
    margin-top: 26px;
    border-width: 6px;
    border-radius: 44px;
  }

  .csy-peek-inner {
    min-height: 676px;
    padding: 50px 0 40px;
  }

  .csy-peek-title {
    width: 390px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 35px;
    line-height: 1.08;
    letter-spacing: 0.02em;
  }

  .csy-peek-subtitle {
    width: 306px;
    max-width: calc(100% - 48px);
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.78;
  }

  .csy-video-card {
    width: 100%;
    max-width: none;
    aspect-ratio: 390 / 273;
    margin-top: 37px;
  }

  .csy-video-play::before {
    width: 101px;
    height: 101px;
  }

  .csy-video-play span {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
  }

  .csy-peek-button {
    width: 320px;
    min-height: 80px;
    margin-top: 31px;
    border-width: 6px;
    border-radius: 44px;
  }

  .csy-change {
    min-height: auto;
    background-position: center top;
  }

  .csy-change-inner {
    padding: 34px 17px 30px;
    row-gap: 42px;
  }

  .csy-change-card {
    min-height: 0;
    padding: 42px 25px 46px;
    border-radius: 17px;
  }

  .csy-change-title {
    width: 229px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.1;
  }

  .csy-result-grid {
    margin-top: 33px;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .csy-result-card,
  .csy-result-card:nth-child(n) {
    width: 100%;
    position: relative;
    inset: auto;
  }

  .csy-result-card:nth-child(1) {
    order: 1;
  }

  .csy-result-card:nth-child(2) {
    order: 2;
  }

  .csy-result-card:nth-child(4) {
    order: 3;
  }

  .csy-result-card:nth-child(3) {
    order: 4;
  }

  .csy-result-card:nth-child(5) {
    order: 5;
  }

  .csy-result-card:nth-child(6) {
    order: 6;
  }

  .csy-result-card:nth-child(8) {
    order: 7;
  }

  .csy-result-card:nth-child(7) {
    order: 8;
  }

  .csy-result-card:nth-child(3),
  .csy-result-card:nth-child(4),
  .csy-result-card:nth-child(5),
  .csy-result-card:nth-child(6),
  .csy-result-card:nth-child(7),
  .csy-result-card:nth-child(8) {
    grid-column: auto;
  }

  .csy-result-card {
    min-height: 80px;
    padding: 18px 20px;
    gap: 18px;
    border-radius: 12px;
  }

  .csy-result-card p {
    font-size: 18px;
    line-height: 1.32;
    white-space: normal;
  }

  .csy-result-card img {
    width: 35px;
    height: 35px;
  }

  .csy-result-card:nth-child(2),
  .csy-result-card:nth-child(3),
  .csy-result-card:nth-child(5),
  .csy-result-card:nth-child(8) {
    min-height: 115px;
  }

  .csy-change-bottom {
    margin-top: 35px;
  }

  .csy-change-bottom p {
    font-size: 19px;
    line-height: 1.7;
  }

  .csy-change-bottom em {
    margin-top: 4px;
    font-size: 19px;
    line-height: 1.3;
  }

  .csy-change-stars {
    font-size: 35px;
    letter-spacing: 0.07em;
  }

  .csy-change-testimonial-slider {
    min-height: 450px;
  }

  .csy-change-testimonial-slide blockquote {
    font-size: 24px;
    line-height: 1.51;
  }

  .csy-change-person {
    margin-top: 35px;
    gap: 35px;
    justify-content: center;
  }

  .csy-change-person img {
    width: 86px;
    height: 86px;
  }

  .csy-change-person p {
    font-size: 16px;
  }

  .csy-big-results-inner {
    min-height: 0;
    padding: 37px 0 43px;
  }

  .csy-big-results-title {
    width: 247px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.1;
  }

  .csy-big-results-title span {
    display: block;
  }

  .csy-big-results-list {
    margin-top: 27px;
    row-gap: 0;
  }

  .csy-result-story {
    display: block;
  }



  .csy-result-story:not(:last-child) {
    margin-bottom: 38px;
  }

  .csy-story-video-card {
    width: 100%;
    max-width: none;
    aspect-ratio: 390 / 218;
    border-radius: 0 9px 0 0;
  }

  .csy-story-preview-video {
    border-radius: 0 9px 0 0;
  }

  .csy-story-video-play,
  .csy-story-video-play img {
    width: 75px;
    height: 75px;
  }

  .csy-story-video-play {
    position: relative;
    top: 0px;
    right: -150px;
    bottom: auto;
  }

  .csy-result-story-copy {
    padding: 0px 20px 0;
    text-align: left;
    top: -20px;
    position: relative;
  }

  .csy-story-video-card.is-playing + .csy-result-story-copy {
    padding-top: 30px;
  }

  .csy-result-story-copy h3 {
    width: 330px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 1.42;
  }

  .csy-result-story-copy p {
    width: 327px;
    max-width: 100%;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    line-height: 1.62;
  }

  .csy-big-results-button {
    width: 280px;
    min-height: 50px;
    margin-top: 28px;
    border-width: 4px;
    border-radius: 29px;
    font-size: 13px;
  }

  .csy-plant {
    min-height: 1249px;
    background-position: center top;
  }

  .csy-plant-inner {
    min-height: 1249px;
    padding: 54px 20px 0;
  }

  .csy-plant-title {
    font-size: 36px;
    line-height: 1.08;
    white-space: nowrap;
  }

  .csy-plant-accent {
    width: 345px;
    max-width: 100%;
    margin: 17px auto 0;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.16em;
  }

  .csy-plant-copy p:not(.csy-plant-accent) {
    width: 341px;
    max-width: 100%;
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.78;
  }

  .csy-plant-copy p + p:not(.csy-plant-accent) {
    width: 318px;
    max-width: 100%;
    margin-top: 27px;
  }

  .csy-plant-feature {
    left: 50%;
    bottom: 0;
    width: 100%;
    min-height: 610px;
    transform: translateX(-50%);
  }

  .csy-plant-feature-card {
    left: 20px;
    top: 315px;
    width: calc(100% - 40px);
    min-height: 233px;
    padding: 30px 22px 28px;
    border-radius: 10px;
    z-index: 5;
  }

  .csy-plant-feature-accent {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.88;
    letter-spacing: 0.18em;
  }

  .csy-plant-feature-title {
    margin-top: 25px;
    padding-right: 0;
    font-size: 21px;
    line-height: 1.28;
  }

  .csy-plant-feature-title span {
    font-size: 25px;
  }

  .csy-plant-person {
    left: 50%;
    right: auto;
    top: 100px;
    width: 160px;
    transform: translateX(-50%);
  }

  .csy-program-heading {
    padding: 29px 8px 19px;
  }

  .csy-program-heading h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .csy-program-tabs {
    top: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    width: 361px;
    max-width: calc(100% - 12px);
    margin: 0 auto;
  }

  .csy-program-tabs.is-fixed {
    top: 150px;
  }

  .csy-program.has-fixed-tabs .csy-program-content {
    padding-top: 190px;
  }

  .csy-program-tabs a {
    min-height: 56px;
    padding: 14px 12px;
    border-right: 0;
    border-bottom: 1px solid rgb(224, 195, 157);
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .csy-program-tabs a:last-child {
    border-bottom: 0;
  }

  .csy-program-content {
    width: 316px;
    max-width: calc(100% - 40px);
    padding: 30px 0 33px;
  }

  .csy-program-item {
    scroll-margin-top: 260px;
  }

  .csy-program-item + .csy-program-item {
    margin-top: 50px;
  }

  .csy-program-image-wrap {
    width: 100%;
    height: auto;
    padding-top: 18px;
  }

  .csy-program-image-wrap img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
  }

  .csy-program-image-wrap span {
    left: 0;
    right: auto;
    top: 0;
    font-size: 70px;
    line-height: 0.9;
  }

  .csy-program-copy {
    margin-left: 0;
    padding-top: 16px;
  }

  .csy-program-copy h3 {
    font-size: 32px;
    line-height: 1.05;
  }

  .csy-program-copy .csy-program-lead {
    margin-top: 23px;
    font-size: 21px;
    line-height: 1.28;
  }

  .csy-program-copy p,
  .csy-program-copy ul {
    font-size: 18px;
    line-height: 1.55;
  }

  .csy-program-copy p {
    margin-top: 20px;
  }

  .csy-program-kicker {
    margin-top: 22px !important;
    font-size: 12px !important;
    letter-spacing: 0.22em;
  }

  .csy-program-copy ul {
    margin-top: 14px;
    padding-left: 15px;
  }

  .csy-program-button {
    width: 280px;
    min-height: 50px;
    margin-top: 39px;
    border-width: 4px;
    border-radius: 29px;
    font-size: 13px;
  }

  .csy-built {
    min-height: 1710px;
    background-position: center top;
  }

  .csy-built-inner {
    min-height: 1710px;
    padding: 48px 27px 0px;
  }

  .csy-built-card {
    width: 100%;
    min-height: 1614px;
    padding: 43px 27px 48px;
    border-radius: 16px;
  }

  .csy-built-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .csy-built-quote {
    width: 288px;
    max-width: 100%;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.55;
  }

  .csy-built-quote span {
    font-size: 20px;
  }

  .csy-built-subhead {
    width: 278px;
    max-width: 100%;
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.18em;
  }

  .csy-built-copy {
    width: 278px;
    max-width: 100%;
    margin-top: 41px;
    font-size: 18px;
    line-height: 1.58;
  }

  .csy-built-copy p + p {
    margin-top: 37px;
  }

  .csy-built-person {
    display: none;
  }

  .csy-anniversary-inner {
    min-height: 862px;
    padding: 60px 23px 39px;
  }

  .csy-anniversary-card {
    width: 100%;
    min-height: 445px;
    margin-top: 319px;
    padding: 58px 30px 31px;
    border-radius: 10px;
  }

  .csy-anniversary-phone {
    top: 95px;
    left: 45%;
    width: 211px;
    transform: translateX(-50%);
  }

  .csy-anniversary-badge {
    right: 0px;
    top: -60px;
    width: 123px;
    height: 123px;
  }

  .csy-anniversary-badge strong {
    margin-top: -3px;
    font-size: 56px;
    line-height: 0.85;
  }

  .csy-anniversary-badge span {
    margin-top: 8px;
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: 0.18em;
  }

  .csy-anniversary-kicker {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.22em;
  }

  .csy-anniversary-body {
    width: 300px;
    max-width: 100%;
    margin-top: 27px;
    font-size: 18px;
    line-height: 1.68;
  }

  .csy-anniversary-trust {
    width: 299px;
    max-width: 100%;
    margin-top: 26px;
    font-size: 21px;
    line-height: 1.45;
  }

  .csy-anniversary-trust span {
    font-size: 21px;
  }

  .csy-how-inner {
    padding: 40px 20px 75px;
  }

  .csy-how-title {
    font-size: 32px;
    line-height: 1.1;
  }

  .csy-how-mockup {
    width: 345px;
    max-width: none;
    margin: 26px 0 0 50%;
    transform: translateX(-50%);
  }

  .csy-how-copy {
    width: 347px;
    max-width: 100%;
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.57;
  }

  .csy-how-copy h3 {
    width: 346px;
    max-width: 100%;
    margin: 31px auto 27px;
    font-size: 18px;
    line-height: 1.68;
    letter-spacing: 0.14em;
  }

  .csy-how-steps {
    gap: 51px;
    width: 325px;
    max-width: 100%;
    margin: 72px auto 0;
  }

  .csy-how-step {
    min-height: 120px;
    padding: 36px 27px 20px;
    border-radius: 10px;
  }

  .csy-how-step span {
    left: -4px;
    top: -51px;
    font-size: 70px;
  }

  .csy-how-step h3 {
    font-size: 14px;
    line-height: 1.6;
  }

  .csy-how-step p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.62;
  }

  .csy-how-button {
    width: 280px;
    min-height: 50px;
    margin-top: 53px;
    border-width: 4px;
    border-radius: 29px;
    font-size: 13px;
  }

  .csy-how-testimonials {
    margin-top: 110px;
    row-gap: 78px;
  }

  .csy-how-testimonial img {
    width: 250px;
    height: 250px;
  }

  .csy-how-testimonial blockquote {
    width: 332px;
    max-width: 100%;
    margin: 34px auto 0;
    font-size: 32px;
    line-height: 1.42;
  }

  .csy-how-testimonial figcaption {
    margin-top: 21px;
    font-size: 13px;
    letter-spacing: 0.18em;
  }

  .csy-voices-inner {
    min-height: 930px;
    padding: 74px 0 57px;
  }

  .csy-voices-title {
    width: 382px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 34px;
    line-height: 1.28;
  }

  .csy-voices-title span {
    display: block;
  }

  .csy-voices-slider {
    width: 340px;
    max-width: calc(100% - 100px);
    margin-top: 38px;
  }

  .csy-voices-card {
    min-height: 684px;
    border-radius: 10px;
  }

  .csy-voices-slide {
    padding: 32px 26px 34px;
  }

  .csy-voices-stars {
    font-size: 32px;
    letter-spacing: 0.05em;
  }

  .csy-voices-slide blockquote {
    width: 226px;
    max-width: 100%;
    margin-top: 27px;
    font-size: 22px;
    line-height: 1.6;
  }

  .csy-voices-photo {
    width: 140px;
    height: 140px;
    margin-top: 35px;
  }

  .csy-voices-name {
    margin-top: 45px;
    font-size: 14px;
    letter-spacing: 0.22em;
  }

  .csy-voices-arrow {
    width: 80px;
    height: 80px;
    background: var(--csy-white);
  }

  .csy-voices-prev {
    left: -40px;
  }

  .csy-voices-next {
    right: -40px;
  }

  .csy-join-inner {
    min-height: 2120px;
    padding: 59px 20px 88px;
  }

  .csy-join-title {
    font-size: 32px;
    line-height: 1.08;
  }

  .csy-join-grid {
    gap: 125px;
    margin-top: 36px;
  }

  .csy-join-card {
    min-height: 667px;
    padding: 49px 25px 10px;
    border-radius: 15px;
  }

  .csy-join-price-wrap {
    width: 300px;
    max-width: 100%;
    min-height: 260px;
    margin: 0 auto;
    padding-top: 0;
  }

  .csy-join-price-wrap::before,
  .csy-join-price-wrap::after {
    width: 320px;
  }

  .csy-join-price-wrap::before {
    top: -33px;
    height: 320px;
  }

  .csy-join-price-wrap::after {
    top: -34px;
    width: 240px;
    height: 330px;
  }

  .csy-join-price-wrap h3 {
    font-size: 30px;
    letter-spacing: 0.2em;
  }

  .csy-join-price {
    margin-top: 6px;
    font-size: 75px;
  }

  .csy-join-button {
    width: 230px;
    min-height: 50px;
    margin-top: 18px;
    border-width: 4px;
    border-radius: 29px;
    font-size: 14px;
  }

  .csy-join-lead {
    width: 320px;
    max-width: 100%;
    margin-top: 38px;
    font-size: 18px;
    line-height: 1.72;
  }

  .csy-join-list {
    width: 280px;
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.45;
  }

  .csy-join-list li + li {
    margin-top: 20px;
  }

  .csy-join-card-plus {
    min-height: 807px;
    padding-top: 50px;
  }

  .csy-join-badge {
    right: -5px;
    top: -86px;
    width: 132px;
    height: 132px;
  }

  .csy-join-badge strong {
    font-size: 43px;
  }

  .csy-join-badge span {
    font-size: 8px;
  }

  .csy-join-plus-item {
    grid-template-columns: 34px minmax(0, 264px);
    column-gap: 15px;
    margin-top: 24px;
  }

  .csy-join-plus-item p {
    font-size: 18px;
    line-height: 1.55;
  }

  .csy-join-accent {
    width: 314px;
    max-width: 100%;
    margin-top: 36px;
    font-size: 12px;
    line-height: 1.62;
    letter-spacing: 0.2em;
  }

  .csy-join-coaching {
    grid-template-columns: 118px minmax(0, 154px);
    justify-items: start;
    align-items: start;
    column-gap: 14px;
    row-gap: 0;
    width: 286px;
    max-width: 100%;
    margin: 31px auto 0;
    text-align: left;
  }

  .csy-join-coaching img {
    width: 118px;
    height: auto;
    margin-left: 0;
  }

  .csy-join-coaching div {
    width: 154px;
    padding-top: 30px;
    margin-left: 0;
  }

  .csy-join-coaching p {
    display: none;
    font-size: 17px;
    line-height: 1.5;
  }

  .csy-join-coaching p + p {
    display: block;
    margin-top: 0;
  }

  .csy-join-coaching strong {
    font-size: 18px;
    line-height: 1.55;
  }

  .csy-guarantee {
    z-index: 10;
    height: 0;
    overflow: visible;
    background: transparent;
  }

  .csy-guarantee-card {
    display: block;
    width: 332px;
    max-width: calc(100% - 58px);
    min-height: 529px;
    grid-template-columns: none;
    border-radius: 25px;
    background: rgb(254, 252, 246);
    box-shadow: 0 4px 61px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transform: translateY(-105px);
  }

  .csy-guarantee-photo {
    position: absolute;
    left: 50%;
    right: auto;
    top: 245px;
    z-index: 2;
    width: 196px;
    height: 187px;
    object-fit: contain;
    object-position: center top;
    transform: translateX(-50%);
  }

  .csy-guarantee-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 529px;
    padding: 42px 0 0;
  }

  .csy-guarantee-title {
    width: 310px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.55;
  }

  .csy-guarantee-title span {
    border-bottom-width: 2px;
    font-size: 22px;
  }

  .csy-guarantee-title strong {
    white-space: normal;
  }

  .csy-guarantee-body {
    width: 310px;
    max-width: calc(100% - 22px);
    margin: 26px auto 0;
    font-size: 18px;
    line-height: 1.75;
  }

  .csy-guarantee-button {
    position: absolute;
    left: 26px;
    bottom: 41px;
    width: 280px;
    max-width: calc(100% - 52px);
    min-height: 57px;
    margin: 0;
    font-size: 14px;
  }

  .csy-guarantee-stamp {
    left: auto;
    right: 14px;
    top: 14px;
    width: 122px;
    height: 122px;
    opacity: 0.18;
  }

  .csy-spent-inner {
    min-height: 1138px;
    padding: 450px 20px 57px;
  }

  .csy-spent-title {
    font-size: 32px;
    line-height: 1.22;
    letter-spacing: -0.035em;
  }

  .csy-spent-title span {
    display: inline-block;
    font-size: 32px;
    line-height: 1.16;
  }

  .csy-spent-cards {
    grid-template-columns: 1fr;
    width: 300px;
    max-width: 100%;
    gap: 25px;
    margin: 35px auto 0;
  }

  .csy-spent-card {
    grid-template-columns: 35px minmax(0, 1fr);
    min-height: 115px;
    column-gap: 17px;
    padding: 20px 18px 19px;
    border-radius: 12px;
  }

  .csy-spent-card:nth-child(2) {
    min-height: 80px;
  }

  .csy-spent-card span {
    width: 35px;
    height: 35px;
  }

  .csy-spent-card p {
    font-size: 18px;
    line-height: 1.35;
  }

  .csy-spent-bottom {
    width: 330px;
    max-width: 100%;
    margin: 58px auto 0;
    font-size: 18px;
    line-height: 1.45;
  }

  .csy-spent-button {
    width: 280px;
    max-width: 100%;
    min-height: 50px;
    margin-top: 60px;
    font-size: 14px;
  }

  .csy-faqs-inner {
    min-height: 0;
    padding: 50px 24px 82px;
  }

  .csy-faq-title {
    font-size: 32px;
    line-height: 1.12;
  }

  .csy-faq-kicker {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.12;
  }

  .csy-faq-list {
    width: 336px;
    max-width: 100%;
    margin-top: 45px;
  }

  .csy-faq-list summary {
    min-height: 66px;
    padding: 18px 58px 17px 24px;
    font-size: 17px;
    line-height: 1.5;
  }

  .csy-faq-list summary::after {
    right: 16px;
    top: 18px;
    width: 30px;
    height: 30px;
  }

  .csy-faq-list details p {
    width: auto;
    padding: 1px 22px 35px;
    font-size: 18px;
    line-height: 1.7;
  }

  .csy-faq-cta {
    margin-top: 57px;
  }

  .csy-faq-more {
    width: 336px;
    max-width: 100%;
    margin: 0 auto;
    color: var(--csy-ink);
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.16em;
  }

  .csy-faq-email {
    width: min(309px, 100%);
    margin: 18px auto 28px;
    color: var(--csy-ink);
    font-size: 18px;
    line-height: 1.7;
  }

  .csy-faq-button {
    width: 280px;
    min-height: 57px;
  }

  .csy-takeback {
    min-height: 0;
    background-position: 0% center;
  }

  .csy-takeback-inner {
    min-height: 0;
    padding: 54px 20px 66px;
  }

  .csy-takeback-card {
    width: 349px;
    max-width: 100%;
    min-height: 917px;
    margin: 0 auto;
    padding: 28px 21px 46px;
    border-radius: 20px;
  }

  .csy-takeback-title {
    font-size: 48px;
  }

  .csy-takeback-kicker {
    margin-top: 29px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.18em;
  }

  .csy-takeback-copy {
    width: 280px;
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.72;
  }

  .csy-takeback-list {
    width: 250px;
    margin-top: 23px;
    font-size: 17px;
    line-height: 1.55;
  }

  .csy-takeback-list li {
    padding-left: 42px;
  }

  .csy-takeback-list li + li {
    margin-top: 8px;
  }

  .csy-takeback-list li::before {
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
  }

  .csy-takeback-note {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.55;
  }

  .csy-takeback-close {
    margin-top: 27px;
    font-size: 27px;
  }

  .csy-takeback-button {
    width: 280px;
    min-height: 63px;
    margin-top: 35px;
  }

  .csy-mobile-countdown-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-height: 48px;
    margin: 18px auto 0;
    border: 4px solid var(--csy-yellow);
    border-radius: 999px;
    background: var(--csy-coral);
    color: #fff !important;
    font-family: var(--csy-font-body);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36);
  }

  body:not(.csy-page-scrolled) .csy-mobile-countdown-button {
    display: flex;
  }

  .csy-page-scrolled .csy-mobile-countdown-button {
    display: none;
  }

  .csy-payment-trust {
    margin-top: 12px;
  }

  .csy-footer {
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    padding: 24px 18px;
    text-align: center;
  }
}

.csy-mobile-countdown-button {
  display: none;
}

.csy-payment-trust {
  width: 100%;
  margin: 14px auto 0;
  text-align: center;
}

.csy-payment-note {
  margin: 0;
  color: rgb(80, 80, 80);
  font-family: var(--csy-font-body);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.csy-payment-logos {
  width: 150px;
  max-width: 100%;
  height: auto;
  margin: 12px auto 0;
}

/* Evergreen CSY offer overrides */
.csy-page-scrolled .csy-header {
  top: 0;
}

.csy-join-grid-evergreen {
  grid-template-columns: minmax(0, 646px);
  justify-content: center;
}

.csy-join-grid-evergreen .csy-join-card {
  position: relative;
  min-height: 0;
}

.csy-join-grid-evergreen .csy-join-badge {
  right: -84px;
  top: -58px;
  z-index: 4;
}

.csy-join-grid-evergreen .csy-join-price-wrap h3 {
  max-width: 390px;
  margin: 0 auto;
  color: var(--csy-ink);
  font-family: var(--csy-font-body);
  font-size: 28px;
  line-height: 1.18;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.csy-join-price-sale {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 22px;
}

.csy-join-price-sale span {
  position: relative;
  display: inline-block;
  color: rgba(237, 119, 91, 0.72);
}

.csy-join-price-sale span::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 53%;
  height: 3px;
  background: currentColor;
  transform: rotate(-8deg);
}

.csy-join-grid-evergreen .csy-join-button {
  margin-top: 22px;
}

.csy-join-grid-evergreen .csy-payment-trust {
  margin-top: 18px;
}

@media (max-width: 760px) {
  .csy-join-grid-evergreen {
    grid-template-columns: minmax(0, 1fr);
  }

  .csy-join-grid-evergreen .csy-join-badge {
    right: -10px;
    top: -58px;
  }

  .csy-join-grid-evergreen .csy-join-price-wrap h3 {
    max-width: 250px;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }

  .csy-join-price-sale {
    gap: 14px;
  }
}
