html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade * {
  box-sizing: border-box;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(250, 23, 84, 0.18), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(10, 166, 154, 0.18), transparent 28%),
    linear-gradient(180deg, #06111d 0%, #071827 48%, #06111d 100%);
  color: #ffffff;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
  pointer-events: none;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade__shell {
  width: min(1320px, calc(100% - clamp(32px, 8vw, 112px)));
  margin: 0 auto;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
  padding: clamp(42px, 5vw, 64px) 0 clamp(30px, 4vw, 48px);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-kicker {
  margin: 0 0 24px;
  color: #fa1754;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade h2,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade h3,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade h4 {
  margin: 0;
  color: inherit;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade h2 {
  max-width: 920px;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 0.98;
  text-wrap: balance;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade__lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 650;
  line-height: 1.65;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade p,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade li {
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade__intro-aside {
  display: grid;
  gap: 14px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #fa1754;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof:nth-child(2)::before {
  background: #0aa69a;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof:nth-child(3)::before {
  background: #ffc04d;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof span,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-pill span,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-route span,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-mini span {
  display: block;
  margin: 0 0 12px;
  color: #ffc04d;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof strong {
  display: block;
  color: #ffffff;
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.55;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade .crays-franchise-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 0 24px;
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade .crays-franchise-button:hover {
  transform: translateY(-1px);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade .crays-franchise-button--primary {
  border-color: #fa1754;
  background: #fa1754;
  box-shadow: 0 22px 52px rgba(250, 23, 84, 0.26);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade .crays-franchise-button--secondary {
  background: rgba(255, 255, 255, 0.11);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-button[disabled],
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs {
  padding: clamp(24px, 3vw, 42px) 0 clamp(28px, 3.5vw, 46px);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__tab {
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.64);
  font-family: Montserrat, Arial, sans-serif;
  text-align: left;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__tab span {
  display: block;
  color: #fa1754;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__tab strong {
  display: block;
  margin-top: 6px;
  color: inherit;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.08;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__tab.is-active {
  border-color: rgba(250, 23, 84, 0.8);
  background: #ffffff;
  color: #06111d;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__panel {
  display: none;
  color: #06111d;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__panel.is-active {
  display: block;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.48fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  border-radius: 8px;
  padding: clamp(26px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 84px rgba(4, 14, 24, 0.16);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-panel-grid h3 {
  margin: 0 0 18px;
  max-width: 760px;
  color: #06111d;
  font-size: clamp(31px, 4vw, 58px);
  line-height: 1.02;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-panel-copy {
  margin: 0;
  color: rgba(6, 17, 29, 0.76);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.72;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-panel-copy + .crays-franchise-panel-copy {
  margin-top: 14px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-panel-copy strong {
  color: #06111d;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-card,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-route,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-mini {
  min-height: 100%;
  border: 1px solid rgba(6, 17, 29, 0.12);
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-card h4,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-route h4,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-mini h4 {
  color: #06111d;
  font-size: 1.14rem;
  line-height: 1.16;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-card p,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-route p,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-mini p {
  margin: 10px 0 0;
  color: rgba(6, 17, 29, 0.68);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.6;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-pills {
  display: grid;
  gap: 12px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-pill {
  border-left: 6px solid #fa1754;
  border-radius: 8px;
  padding: 18px 18px 18px 20px;
  background: linear-gradient(145deg, rgba(6, 17, 29, 0.98), rgba(8, 36, 58, 0.94)) !important;
  color: #ffffff !important;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-pill:nth-child(2) {
  border-left-color: #0aa69a;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-pill:nth-child(3) {
  border-left-color: #ffc04d;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-pill strong {
  display: block;
  margin: 0 0 10px;
  color: #ffffff !important;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.04;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-pill p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.58;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-step-list {
  display: grid;
  gap: 12px;
  counter-reset: franchise-step;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-step {
  position: relative;
  min-height: 100px;
  border: 1px solid rgba(6, 17, 29, 0.12);
  border-radius: 8px;
  padding: 18px 18px 18px 74px;
  background: #ffffff;
  counter-increment: franchise-step;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-step::before {
  content: counter(franchise-step, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #fa1754;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-step h4 {
  color: #06111d;
  font-size: 1.05rem;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-step p {
  margin: 8px 0 0;
  color: rgba(6, 17, 29, 0.68);
  font-size: 0.93rem;
  font-weight: 650;
  line-height: 1.55;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-territory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-territory {
  border-radius: 8px;
  padding: 18px;
  background: rgba(6, 17, 29, 0.055);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-territory strong {
  display: block;
  color: #06111d;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.22;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-territory span {
  display: block;
  margin-top: 8px;
  color: rgba(6, 17, 29, 0.64);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-faq {
  display: grid;
  gap: 10px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-faq details {
  border: 1px solid rgba(6, 17, 29, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #06111d;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-faq summary::-webkit-details-marker {
  display: none;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(6, 17, 29, 0.68);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.62;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-application {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  gap: 14px;
  margin-top: 24px;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-form-preview {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(6, 17, 29, 0.12);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-form-preview label {
  display: grid;
  gap: 6px;
  color: rgba(6, 17, 29, 0.68);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-form-preview input {
  min-height: 46px;
  border: 1px solid rgba(6, 17, 29, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(6, 17, 29, 0.04);
  color: #06111d;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-closing {
  padding: clamp(78px, 8vw, 118px) 0;
  background:
    linear-gradient(rgba(6, 17, 29, 0.62), rgba(6, 17, 29, 0.78)),
    url("/assets/crays-club/work-hero.jpg") center / cover no-repeat;
  color: #ffffff;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.34fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: end;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-closing h2 {
  color: #ffffff;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-closing p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.68;
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-closing .crays-franchise-mini {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

html body.crays-club-franchise-page main#crays-franchise .crays-franchise-closing .crays-franchise-mini h4,
html body.crays-club-franchise-page main#crays-franchise .crays-franchise-closing .crays-franchise-mini p {
  color: #ffffff;
}

@media (max-width: 1120px) {
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade__intro,
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-panel-grid,
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-closing__inner {
    grid-template-columns: 1fr;
  }

  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade__shell {
    width: min(100% - 28px, 680px);
  }

  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-proof-grid,
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-card-grid,
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-card-grid--two,
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-territory-grid,
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-application {
    grid-template-columns: 1fr;
  }

  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__bar {
    grid-template-columns: 1fr 1fr;
  }

  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-panel-grid {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-tabs__bar {
    grid-template-columns: 1fr;
  }

  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  html body.crays-club-franchise-page main#crays-franchise .crays-franchise-upgrade .crays-franchise-button {
    width: 100%;
  }
}
