/* ============================================================
   GLOBAL (safe)
============================================================ */
html {
  scroll-behavior: smooth;
}

/* ============================================================
   PAGE 1: LANDING
   Wrapper: .CustomGym-landing-page
   Dark:    .CustomGym-landing-page.dark
============================================================ */
.CustomGym-landing-page {
  min-height: max(884px, 100dvh);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  color: #0f172a;
}
.CustomGym-landing-page.dark {
  background: #0a0c10;
  color: #f1f5f9;
}

.CustomGym-landing-page .lp-CustomGym-font-display {
  font-family: "Bebas Neue", cursive;
}

.CustomGym-landing-page .lp-CustomGym-primary-bg {
  background: #f97316 !important;
}
.CustomGym-landing-page .lp-CustomGym-primary-text {
  color: #f97316 !important;
}

.CustomGym-landing-page .lp-CustomGym-text-outline {
  -webkit-text-stroke: 1px currentColor;
  color: transparent;
}

.CustomGym-landing-page .lp-CustomGym-glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.CustomGym-landing-page .lp-CustomGym-glass-card--light {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.CustomGym-landing-page.dark .lp-CustomGym-glass-card--light {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

.CustomGym-landing-page .lp-CustomGym-hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.CustomGym-landing-page .lp-CustomGym-hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.CustomGym-landing-page .lp-CustomGym-marquee-container {
  overflow: hidden;
  white-space: nowrap;
}
.CustomGym-landing-page .lp-CustomGym-marquee-content {
  /* display: inline-block; */
  /* animation: lp-CustomGym-marquee 5s linear infinite; */
}
@keyframes lp-CustomGym-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.CustomGym-landing-page .lp-CustomGym-btn-pill {
  border-radius: 999px;
  padding: 0.55rem 1.25rem;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-btn-primary {
  background: #f97316;
  border: 1px solid #f97316;
  color: #ffffff;
  border-radius: 0.85rem;
  padding: 1rem 2.5rem;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(249, 115, 22, 0.18);
  text-decoration: none;
  display: inline-block;
}
.CustomGym-landing-page .lp-CustomGym-btn-primary:hover {
  background: #ea580c;
  border-color: #ea580c;
  color: #ffffff;
}
.CustomGym-landing-page .lp-CustomGym-btn-outline {
  background: transparent;
  border: 1px solid #cbd5e1;
  color: inherit;
  text-decoration: none;
}
.CustomGym-landing-page.dark .lp-CustomGym-btn-outline {
  border-color: #334155;
}
.CustomGym-landing-page .lp-CustomGym-btn-outline:hover {
  background: #f1f5f9;
}
.CustomGym-landing-page.dark .lp-CustomGym-btn-outline:hover {
  background: #1f2937;
}

.CustomGym-landing-page .lp-CustomGym-topbar p {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .CustomGym-landing-page .lp-CustomGym-topbar p {
    font-size: 12px;
  }
}

.CustomGym-landing-page .lp-CustomGym-navlink {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  opacity: 0.95;
}
.CustomGym-landing-page .lp-CustomGym-navlink:hover {
  color: #f97316;
}

/* hero */
.CustomGym-landing-page .lp-CustomGym-hero-wrap {
  border-radius: 1.75rem;
  overflow: hidden;
  background: #0f172a;
  min-height: 500px;
  position: relative;
}
.CustomGym-landing-page .lp-CustomGym-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.CustomGym-landing-page .lp-CustomGym-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.CustomGym-landing-page .lp-CustomGym-hero-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #020617,
    rgba(2, 6, 23, 0.8),
    rgba(2, 6, 23, 0)
  );
}
.CustomGym-landing-page .lp-CustomGym-hero-row {
  z-index: 2;
}
.CustomGym-landing-page .lp-CustomGym-hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}
@media (min-width: 768px) {
  .CustomGym-landing-page .lp-CustomGym-hero-content {
    padding: 4rem;
  }
}

.CustomGym-landing-page .lp-CustomGym-hero-title {
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .CustomGym-landing-page .lp-CustomGym-hero-title {
    font-size: 3.75rem;
  }
}
.CustomGym-landing-page .lp-CustomGym-hero-sub {
  color: #94a3b8;
  font-size: 14px;
  margin-bottom: 2rem;
  max-width: 520px;
}
@media (min-width: 768px) {
  .CustomGym-landing-page .lp-CustomGym-hero-sub {
    font-size: 16px;
  }
}

.CustomGym-landing-page .lp-CustomGym-stars .material-symbols-outlined {
  font-size: 16px;
  color: #f97316;
  line-height: 1;
}
.CustomGym-landing-page .lp-CustomGym-review-count {
  margin-top: 0.35rem;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #94a3b8;
}

/* phone skeleton */
.CustomGym-landing-page .lp-CustomGym-phone-shell {
  width: 12rem;
  height: 24rem;
  background: #000;
  border-radius: 2.5rem;
  border: 6px solid #1f2937;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  position: relative;
}
.CustomGym-landing-page .lp-CustomGym-phone-notch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5rem;
  background: #000;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.CustomGym-landing-page .lp-CustomGym-phone-notch > div {
  width: 5rem;
  height: 1rem;
  background: #0f172a;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.CustomGym-landing-page .lp-CustomGym-phone-skeleton {
  padding: 1rem;
  padding-top: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.CustomGym-landing-page .lp-CustomGym-pulse {
  animation: lp-CustomGym-pulse 1.5s ease-in-out infinite;
  background: #1f2937;
  border-radius: 0.75rem;
}
@keyframes lp-CustomGym-pulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.CustomGym-landing-page .lp-CustomGym-marquee-border {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.CustomGym-landing-page.dark .lp-CustomGym-marquee-border {
  border-color: #1f2937;
}

.CustomGym-landing-page .lp-CustomGym-center-kicker {
  color: #64748b;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.CustomGym-landing-page.dark .lp-CustomGym-center-kicker {
  color: #94a3b8;
}
.CustomGym-landing-page .lp-CustomGym-center-title {
  font-weight: 800;
  line-height: 1.1;
  font-size: 2rem;
  color: #0f172a;
}
.CustomGym-landing-page.dark .lp-CustomGym-center-title {
  color: #ffffff;
}
@media (min-width: 768px) {
  .CustomGym-landing-page .lp-CustomGym-center-title {
    font-size: 3rem;
  }
}

.CustomGym-landing-page .lp-CustomGym-snap-x {
  scroll-snap-type: x mandatory;
}
.CustomGym-landing-page .lp-CustomGym-snap-start {
  scroll-snap-align: start;
}

.CustomGym-landing-page .lp-CustomGym-img-hover {
  transition: transform 0.5s ease;
}
.CustomGym-landing-page .lp-CustomGym-hover-scale:hover .lp-CustomGym-img-hover {
  transform: scale(1.05);
}

.CustomGym-landing-page .lp-CustomGym-glow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 999px;
  filter: blur(100px);
  background: rgba(249, 115, 22, 0.2);
  z-index: 0;
}

.CustomGym-landing-page .lp-CustomGym-price-card {
  border-radius: 1.75rem;
  padding: 2rem;
  border: 1px solid #1f2937;
  background: #161b22;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.CustomGym-landing-page .lp-CustomGym-price-card--popular {
  border: 2px solid #f97316;
  transform: scale(1.05);
  box-shadow: 0 28px 80px rgba(249, 115, 22, 0.12);
  position: relative;
}
@media (max-width: 767.98px) {
  .CustomGym-landing-page .lp-CustomGym-price-card--popular {
    transform: none;
  }
}
.CustomGym-landing-page .lp-CustomGym-popular-badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: #f97316;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.CustomGym-landing-page .lp-CustomGym-faq-card {
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem;
  background: #161b22;
  border: 1px solid #1f2937;
}

.CustomGym-landing-page .lp-CustomGym-social a {
  color: #64748b;
  text-decoration: none;
}
.CustomGym-landing-page .lp-CustomGym-social a:hover {
  color: #ffffff;
}

.CustomGym-landing-page .material-symbols-outlined {
  vertical-align: middle;
  font-variation-settings:
    "FILL" 0,
    "wght" 500,
    "GRAD" 0,
    "opsz" 24;
}
.CustomGym-landing-page .lp-CustomGym-fill-1 {
  font-variation-settings:
    "FILL" 1,
    "wght" 600,
    "GRAD" 0,
    "opsz" 24;
}

/* FAQ functionality (NO design change) */
.CustomGym-landing-page .lp-CustomGym-faq-card {
  cursor: pointer;
}
.CustomGym-landing-page .lp-CustomGym-faq-btn {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  color: inherit;
}
.CustomGym-landing-page .lp-CustomGym-faq-a {
  margin-top: 0.9rem;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
}
/* icon animation only */
.CustomGym-landing-page .lp-CustomGym-faq-icon {
  transition: transform 0.2s ease;
}
.CustomGym-landing-page .lp-CustomGym-faq-card.open .lp-CustomGym-faq-icon {
  transform: rotate(180deg);
}

/* ========= Replaced inline styles helpers (NO DESIGN CHANGE) ========= */
.CustomGym-landing-page .fw-800 {
  font-weight: 800 !important;
}
.CustomGym-landing-page .fw-900 {
  font-weight: 900 !important;
}
.CustomGym-landing-page .lp-CustomGym-text-slate-300 {
  color: #cbd5e1 !important;
}
.CustomGym-landing-page .lp-CustomGym-section-midnight {
  background: transparent;
}
.CustomGym-landing-page .lp-CustomGym-max-56 {
  max-width: 56rem;
}
.CustomGym-landing-page .lp-CustomGym-max-48 {
  max-width: 48rem;
}
.CustomGym-landing-page .lp-CustomGym-max-40 {
  max-width: 40rem;
}
.CustomGym-landing-page .lp-CustomGym-max-44 {
  max-width: 44rem;
}

.CustomGym-landing-page .lp-CustomGym-logo-square {
  width: 24px;
  height: 24px;
  background: #f97316;
  border-radius: 0.25rem;
}
.CustomGym-landing-page .lp-CustomGym-logo-icon {
  color: #fff;
  font-size: 16px;
}
.CustomGym-landing-page .lp-CustomGym-brand {
  font-size: 1.75rem;
  letter-spacing: -0.04em;
}

/* hero skeleton bars */
.CustomGym-landing-page .lp-CustomGym-h-8rem {
  height: 8rem;
}
.CustomGym-landing-page .lp-CustomGym-skel-bar {
  height: 0.9rem;
  background: #334155;
  border-radius: 999px;
}
.CustomGym-landing-page .lp-CustomGym-w-66 {
  width: 66%;
}
.CustomGym-landing-page .lp-CustomGym-w-50 {
  width: 50%;
}
.CustomGym-landing-page .lp-CustomGym-cta-bar {
  margin-top: auto;
  height: 2.5rem;
  background: #f97316;
  border-radius: 0.75rem;
}

/* marquee typography */
.CustomGym-landing-page .lp-CustomGym-marquee-typo {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.CustomGym-landing-page .lp-CustomGym-marquee-text {
  font-size: clamp(3rem, 2vw, 6rem);
}

.CustomGym-landing-page .lp-CustomGym-center-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.CustomGym-landing-page .lp-CustomGym-section-divider {
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

/* quote cards */
.CustomGym-landing-page .lp-CustomGym-quote-card {
  border-radius: 1.25rem;
  min-height: 220px;
}
.CustomGym-landing-page .lp-CustomGym-quote-text {
  color: #334155;
  line-height: 1.7;
  font-size: 0.95rem;
}
.CustomGym-landing-page .lp-CustomGym-user-dot {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #e2e8f0;
}
.CustomGym-landing-page .lp-CustomGym-user-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  reminder: none;
  text-transform: uppercase;
  color: #94a3b8;
}
.CustomGym-landing-page.dark .lp-CustomGym-glass-card--light .lp-CustomGym-quote-text {
  color: #cbd5e1 !important;
}
.CustomGym-landing-page.dark .lp-CustomGym-user-dot {
  background: #334155 !important;
}

/* section paddings */
.CustomGym-landing-page .lp-CustomGym-py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* headings + body text (dark sections) */
.CustomGym-landing-page .lp-CustomGym-dark-h2 {
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #ffffff;
}
.CustomGym-landing-page .lp-CustomGym-dark-p {
  color: #94a3b8;
  font-size: 1.125rem;
  line-height: 1.7;
}
.CustomGym-landing-page .lp-CustomGym-check-text {
  color: #e2e8f0;
  font-weight: 600;
}

/* large phone */
.CustomGym-landing-page .lp-CustomGym-phone-large {
  width: 280px;
  height: 580px;
  background: #000;
  border-radius: 3rem;
  border: 8px solid #1f2937;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.CustomGym-landing-page .lp-CustomGym-notch-lg {
  height: 1.75rem;
}
.CustomGym-landing-page .lp-CustomGym-notch-lg > div {
  width: 6rem;
  height: 1.25rem;
  background: #0f172a;
  border-radius: 0 0 1rem 1rem;
}

/* phone UI base */
.CustomGym-landing-page .lp-CustomGym-phone-ui {
  height: 100%;
  background: #020617;
  padding: 1.25rem;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* video block */
.CustomGym-landing-page .lp-CustomGym-video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  background: #0f172a;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.CustomGym-landing-page .lp-CustomGym-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.CustomGym-landing-page .lp-CustomGym-play-icon {
  color: #fff;
  font-size: 44px;
}

/* detail bars in phone */
.CustomGym-landing-page .lp-CustomGym-accent-pill {
  height: 0.5rem;
  width: 5rem;
  background: #f97316;
  border-radius: 999px;
}
.CustomGym-landing-page .lp-CustomGym-title-bar {
  height: 1.5rem;
  width: 100%;
  background: #1f2937;
  border-radius: 0.4rem;
}

/* mini stat cards in phone */
.CustomGym-landing-page .lp-CustomGym-mini-card {
  height: 2.5rem;
  background: #0f172a;
  border: 1px solid #1f2937;
  border-radius: 0.6rem;
}
.CustomGym-landing-page .lp-CustomGym-mini-label {
  font-size: 8px;
  color: #64748b;
  font-weight: 800;
}
.CustomGym-landing-page .lp-CustomGym-mini-value {
  font-size: 12px;
  font-weight: 800;
  color: #e2e8f0;
}
.CustomGym-landing-page .lp-CustomGym-mini-row-dim {
  opacity: 0.5;
}

/* log button inside phone */
.CustomGym-landing-page .lp-CustomGym-log-btn {
  height: 3rem;
  background: #f97316;
  border-radius: 0.85rem;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
}

/* glow positions */
.CustomGym-landing-page .lp-CustomGym-glow-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.CustomGym-landing-page .lp-CustomGym-glow-soft {
  background: rgba(249, 115, 22, 0.1);
}

/* programs section */
.CustomGym-landing-page .lp-CustomGym-programs-bg {
  background: rgba(2, 6, 23, 0.5);
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.CustomGym-landing-page .lp-CustomGym-programs-h2 {
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #fff;
  max-width: 44rem;
}
.CustomGym-landing-page .lp-CustomGym-program-card {
  min-width: 300px;
}
.CustomGym-landing-page .lp-CustomGym-program-imgwrap {
  aspect-ratio: 4/5;
  border-radius: 1.25rem;
  overflow: hidden;
}
.CustomGym-landing-page .lp-CustomGym-program-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.CustomGym-landing-page .lp-CustomGym-tag {
  background: #f97316;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-overlay-top {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.CustomGym-landing-page .lp-CustomGym-program-title {
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
}
.CustomGym-landing-page .lp-CustomGym-program-desc {
  color: #94a3b8;
  font-size: 0.95rem;
}
.CustomGym-landing-page .lp-CustomGym-pager-active {
  width: 32px;
  height: 4px;
  background: #f97316;
  border-radius: 999px;
}
.CustomGym-landing-page .lp-CustomGym-pager-inactive {
  width: 8px;
  height: 4px;
  background: #1f2937;
  border-radius: 999px;
}

/* testimonials */
.CustomGym-landing-page .lp-CustomGym-section-dark {
  background: #0a0c10;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.CustomGym-landing-page .lp-CustomGym-title-white {
  color: #fff;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}
.CustomGym-landing-page .lp-CustomGym-sub-muted {
  color: #94a3b8;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.CustomGym-landing-page .lp-CustomGym-testimonial-card {
  min-width: 280px;
  border-radius: 1.25rem;
}
.CustomGym-landing-page .lp-CustomGym-testimonial-text {
  color: #cbd5e1;
  line-height: 1.7;
}
.CustomGym-landing-page .lp-CustomGym-name {
  color: #fff;
  font-weight: 800;
  font-size: 1.125rem;
}
.CustomGym-landing-page .lp-CustomGym-result {
  color: #f97316;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* transformations */
.CustomGym-landing-page .lp-CustomGym-section-navy {
  background: #0f172a;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.CustomGym-landing-page .lp-CustomGym-card-dark {
  background: #161b22;
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid #1f2937;
}
.CustomGym-landing-page .lp-CustomGym-ar-34 {
  aspect-ratio: 3/4;
}
.CustomGym-landing-page .lp-CustomGym-before-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: grayscale(100%); */
}
.CustomGym-landing-page .lp-CustomGym-after-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.CustomGym-landing-page .lp-CustomGym-badge-before {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  padding: 0.25rem 0.5rem;
  border-radius: 0.35rem;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-badge-after {
  background: #f97316;
  padding: 0.25rem 0.5rem;
  border-radius: 0.35rem;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-chip {
  background: #1f2937;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
}
.CustomGym-landing-page .lp-CustomGym-chip-text {
  font-size: 10px;
  font-weight: 800;
  color: #cbd5e1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-transform-name {
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
}
.CustomGym-landing-page .lp-CustomGym-transform-weeks {
  color: #f97316;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-transform-quote {
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* nutrition */
.CustomGym-landing-page .lp-CustomGym-meal-imgwrap {
  height: 10rem;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #0f172a;
}
.CustomGym-landing-page .lp-CustomGym-meal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.CustomGym-landing-page .lp-CustomGym-today-macros {
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-done {
  color: #f97316;
  font-weight: 800;
  font-size: 0.8rem;
}
.CustomGym-landing-page .lp-CustomGym-progress-track {
  height: 8px;
  background: #1f2937;
  border-radius: 999px;
}
.CustomGym-landing-page .lp-CustomGym-progress-fill {
  width: 75%;
  height: 100%;
  background: #f97316;
  border-radius: 999px;
}
.CustomGym-landing-page .lp-CustomGym-macro-card {
  background: #0f172a;
  border: 1px solid #1f2937;
  border-radius: 0.9rem;
  padding: 0.5rem;
  text-align: center;
}
.CustomGym-landing-page .lp-CustomGym-macro-label {
  font-size: 8px;
  color: #64748b;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-macro-value {
  font-size: 12px;
  color: #fff;
  font-weight: 900;
}
.CustomGym-landing-page .lp-CustomGym-featured-label {
  font-size: 10px;
  color: #64748b;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-recipe-tile {
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid #1f2937;
}
.CustomGym-landing-page .lp-CustomGym-recipe-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.CustomGym-landing-page .lp-CustomGym-check-bubble {
  background: rgba(249, 115, 22, 0.2);
  padding: 0.25rem;
  border-radius: 999px;
}
.CustomGym-landing-page .lp-CustomGym-feature-line {
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
}

/* community */
.CustomGym-landing-page .lp-CustomGym-avatars {
  margin-left: 2px;
}
.CustomGym-landing-page .lp-CustomGym-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid #020617;
  margin-left: -10px;
}
.CustomGym-landing-page .lp-CustomGym-avatar-1 {
  background: #1f2937;
}
.CustomGym-landing-page .lp-CustomGym-avatar-2 {
  background: #334155;
}
.CustomGym-landing-page .lp-CustomGym-avatar-3 {
  background: #475569;
}
.CustomGym-landing-page .lp-CustomGym-avatar-plus {
  background: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
.CustomGym-landing-page .lp-CustomGym-active-label {
  color: #fff;
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.CustomGym-landing-page .lp-CustomGym-community-ui {
  height: 100%;
  background: #020617;
  display: flex;
  flex-direction: column;
}
.CustomGym-landing-page .lp-CustomGym-community-header {
  padding: 1.25rem;
  padding-top: 2.5rem;
  border-bottom: 1px solid #1f2937;
}
.CustomGym-landing-page .lp-CustomGym-community-icon {
  width: 40px;
  height: 40px;
  background: #f97316;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CustomGym-landing-page .lp-CustomGym-community-icon span {
  color: #fff;
  font-size: 20px;
}
.CustomGym-landing-page .lp-CustomGym-community-title {
  color: #fff;
  font-weight: 900;
  font-size: 0.8rem;
}
.CustomGym-landing-page .lp-CustomGym-community-meta {
  color: #64748b;
  font-weight: 900;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-chat-area {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.CustomGym-landing-page .lp-CustomGym-chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  flex: 0 0 auto;
}
.CustomGym-landing-page .lp-CustomGym-chat-avatar-a {
  background: #1f2937;
}
.CustomGym-landing-page .lp-CustomGym-chat-avatar-b {
  background: #f97316;
}
.CustomGym-landing-page .lp-CustomGym-chat-avatar-c {
  background: #334155;
}
.CustomGym-landing-page .lp-CustomGym-chat-bubble-left {
  background: #0f172a;
  border: 1px solid #1f2937;
  border-radius: 1rem;
  border-top-left-radius: 0.25rem;
  padding: 0.75rem;
}
.CustomGym-landing-page .lp-CustomGym-chat-bubble-right {
  background: #f97316;
  border-radius: 1rem;
  border-top-right-radius: 0.25rem;
  padding: 0.75rem;
}
.CustomGym-landing-page .lp-CustomGym-chat-text {
  color: #fff;
  font-size: 10px;
}
.CustomGym-landing-page .lp-CustomGym-chat-text-strong {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.CustomGym-landing-page .lp-CustomGym-chat-footer {
  padding: 1rem;
  background: #0f172a;
  border-top: 1px solid #1f2937;
}
.CustomGym-landing-page .lp-CustomGym-chat-input {
  background: #1f2937;
  border-radius: 999px;
  padding: 0.5rem 1rem;
}
.CustomGym-landing-page .lp-CustomGym-chat-placeholder {
  color: #64748b;
  font-size: 10px;
}
.CustomGym-landing-page .lp-CustomGym-send-icon {
  font-size: 18px;
}

/* pricing */
.CustomGym-landing-page .lp-CustomGym-pricing-sub {
  color: #94a3b8;
}
.CustomGym-landing-page .lp-CustomGym-plan-kicker {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.CustomGym-landing-page .lp-CustomGym-price {
  color: #fff;
  font-weight: 900;
  font-size: 2.5rem;
}
.CustomGym-landing-page .lp-CustomGym-per {
  color: #64748b;
  font-size: 0.95rem;
  padding-bottom: 0.35rem;
}
.CustomGym-landing-page .lp-CustomGym-save {
  color: #f97316;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Discount badge styling */
.CustomGym-landing-page .lp-CustomGym-discount-badge {
  position: absolute;
  top: 14px;
  right: 20px;
  background: #f97316;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  z-index: 10;
}

/* Original price with strikethrough */
.CustomGym-landing-page .lp-CustomGym-price-original {
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

/* Total price box */
.CustomGym-landing-page .lp-CustomGym-total-price {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

.CustomGym-landing-page .lp-CustomGym-total-label {
  color: #94a3b8;
  font-size: 0.875rem;
}

.CustomGym-landing-page .lp-CustomGym-total-value {
  color: #10b981;
  font-size: 1.5rem;
  font-weight: 700;
}

.CustomGym-landing-page .lp-CustomGym-total-period {
  color: #64748b;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.CustomGym-landing-page .lp-CustomGym-join-btn {

  background: #f97316;
  border: 1px solid #f97316;
  color: #fff;
  font-weight: 900;
  padding: 1rem 0;
  border-radius: 0.85rem;
}

/* faq */
.CustomGym-landing-page .lp-CustomGym-faq-title {
  color: #fff;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
}
.CustomGym-landing-page .lp-CustomGym-faq-q {
  color: #fff;
  font-weight: 800;
}
.CustomGym-landing-page .lp-CustomGym-faq-icon {
  color: #64748b;
}

/* footer */
.CustomGym-landing-page .lp-CustomGym-footer {
  background: #0a0c10;
  border-top: 1px solid #0f172a;
}
.CustomGym-landing-page .lp-CustomGym-footer-logo-square {
  width: 32px;
  height: 32px;
  background: #f97316;
  border-radius: 0.25rem;
}
.CustomGym-landing-page .lp-CustomGym-footer-logo-icon {
  color: #fff;
  font-size: 20px;
}
.CustomGym-landing-page .lp-CustomGym-footer-brand {
  font-size: 2rem;
  letter-spacing: -0.04em;
  color: #fff;
}
.CustomGym-landing-page .lp-CustomGym-footer-copy {
  margin: 0;
  color: #475569;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* rating section */
.CustomGym-landing-page .lp-CustomGym-rating-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.CustomGym-landing-page.dark .lp-CustomGym-rating-section {
  background: #0a0c10;
}
.CustomGym-landing-page .lp-CustomGym-rating-title {
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #0f172a;
}
.CustomGym-landing-page.dark .lp-CustomGym-rating-title {
  color: #ffffff;
}
.CustomGym-landing-page .lp-CustomGym-rating-sub {
  color: #64748b;
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}
.CustomGym-landing-page.dark .lp-CustomGym-rating-sub {
  color: #94a3b8;
}
.CustomGym-landing-page .lp-CustomGym-rating-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-radius: 1.25rem;
  padding: 2rem;
  transition: transform 0.3s ease;
}
.CustomGym-landing-page .lp-CustomGym-rating-card:hover {
  transform: translateY(-5px);
}
.CustomGym-landing-page .lp-CustomGym-rating-stars .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
  color: #f97316;
}
.CustomGym-landing-page .lp-CustomGym-rating-text {
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}
.CustomGym-landing-page.dark .lp-CustomGym-rating-text {
  color: #cbd5e1;
}
.CustomGym-landing-page .lp-CustomGym-rating-avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 2px solid #e2e8f0;
}
.CustomGym-landing-page.dark .lp-CustomGym-rating-avatar {
  border-color: #1f2937;
}
.CustomGym-landing-page .lp-CustomGym-rating-role {
  color: #64748b;
  font-size: 14px;
}
.CustomGym-landing-page.dark .lp-CustomGym-rating-role {
  color: #94a3b8;
}

.CustomGym-landing-page .lp-CustomGym-menu-btn {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  line-height: 1;
}

.CustomGym-landing-page .lp-CustomGym-offcanvas {
  background: #0a0c10;
  color: #f1f5f9;
}
.CustomGym-landing-page .lp-CustomGym-offcanvas .offcanvas-header {
  border-bottom: 1px solid #1f2937;
}

/* ============================================================
   PAGE 2: CHECKOUT
   Wrapper: .CustomGym-checkout-page
============================================================ */
.CustomGym-checkout-page {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: max(884px, 100dvh);
  margin: 0;
  background: #0f1115;
  color: #fff;
}

.CustomGym-checkout-page .CustomGym-page {
  background: #0f1115;
  color: #fff;
  min-height: max(884px, 100dvh);
}
.CustomGym-checkout-page .CustomGym-shell {
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
}

.CustomGym-checkout-page .CustomGym-brand-icon {
  width: 32px;
  height: 32px;
  color: #ffc745;
}
.CustomGym-checkout-page .CustomGym-brand-name {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.CustomGym-checkout-page .CustomGym-stepper {
  max-width: 120px;
}
.CustomGym-checkout-page .CustomGym-step {
  width: 32px;
  height: 32px;
}
.CustomGym-checkout-page .CustomGym-step-done {
  background: #f97316;
}
.CustomGym-checkout-page .CustomGym-step-line {
  height: 2px;
  background: #f97316;
}
.CustomGym-checkout-page .CustomGym-step-current {
  border: 2px solid #f97316;
  background: transparent;
}
.CustomGym-checkout-page .CustomGym-step-dot {
  width: 8px;
  height: 8px;
  background: #f97316;
}
.CustomGym-checkout-page .CustomGym-step-check-icon {
  font-size: 18px;
}

.CustomGym-checkout-page .CustomGym-product-subtitle {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
}
.CustomGym-checkout-page .CustomGym-price {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
.CustomGym-checkout-page .CustomGym-price-note {
  font-size: 13px;
  color: #94a3b8;
  font-weight: 500;
}

.CustomGym-checkout-page .CustomGym-summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  background: rgba(30, 41, 59, 0.6);
  color: #cbd5e1;
}
.CustomGym-checkout-page .CustomGym-summary:hover {
  background: #334155;
}
.CustomGym-checkout-page .CustomGym-summary::-webkit-details-marker {
  display: none;
}
.CustomGym-checkout-page .CustomGym-expander {
  font-size: 18px;
  transition: transform 200ms ease;
}
.CustomGym-checkout-page details[open] .CustomGym-expander {
  transform: rotate(180deg);
}
.CustomGym-checkout-page .CustomGym-details-body {
  border-top: 1px solid #1e293b;
}
.CustomGym-checkout-page .CustomGym-billed-sub {
  font-size: 12px;
  color: #64748b;
}
.CustomGym-checkout-page .CustomGym-muted {
  color: #94a3b8;
}

.CustomGym-checkout-page .CustomGym-coupon-chip {
  background: #1e293b;
}
.CustomGym-checkout-page .CustomGym-coupon-icon {
  font-size: 14px;
  color: #e2e8f0;
}
.CustomGym-checkout-page .CustomGym-coupon-code {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.CustomGym-checkout-page .CustomGym-discount {
  color: #ef4444;
}
.CustomGym-checkout-page .CustomGym-coupon-footnote {
  font-size: 10px;
  color: #64748b;
}
.CustomGym-checkout-page .CustomGym-total-top {
  border-top: 1px solid #1e293b;
}
.CustomGym-checkout-page .CustomGym-total-value {
  font-size: 20px;
  font-weight: 700;
}
.CustomGym-checkout-page .CustomGym-view {
  font-size: 14px;
  line-height: 1;
}

.CustomGym-checkout-page .CustomGym-card {
  background: #1c1e23;
  border: 1px solid #1e293b;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.65);
}

.CustomGym-checkout-page .CustomGym-link-btn {
  height: 48px;
  background: #00e676;
  border: 0;
  border-radius: 12px;
  transition: opacity 150ms ease;
  padding-left: 16px;
  padding-right: 16px;
}
.CustomGym-checkout-page .CustomGym-link-btn:hover {
  opacity: 0.92;
}
.CustomGym-checkout-page .CustomGym-link-text {
  color: #0f172a;
}
.CustomGym-checkout-page .CustomGym-link-icon {
  font-size: 22px;
}
.CustomGym-checkout-page .CustomGym-link-divider {
  width: 1px;
  height: 16px;
  background: rgba(15, 23, 42, 0.2);
}
.CustomGym-checkout-page .CustomGym-link-mc {
  height: 16px;
  display: block;
}
.CustomGym-checkout-page .CustomGym-link-last4 {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.CustomGym-checkout-page .CustomGym-or-line {
  height: 1px;
  background: #1e293b;
}
.CustomGym-checkout-page .CustomGym-or-text {
  font-size: 10px;
  color: #64748b;
  letter-spacing: 0.16em;
}

.CustomGym-checkout-page .CustomGym-label {
  font-size: 12px;
  color: #94a3b8;
  letter-spacing: 0.06em;
  margin-left: 4px;
}
.CustomGym-checkout-page .CustomGym-input {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #1e293b;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}
.CustomGym-checkout-page .CustomGym-input:focus {
  border-color: #ffc745;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 199, 69, 0.22);
}

/* payment */
.CustomGym-checkout-page .CustomGym-payment-title {
  margin-left: 4px;
  font-size: 14px;
  line-height: 1.2;
}
.CustomGym-checkout-page .CustomGym-card-text {
  font-size: 14px;
  line-height: 1.2;
}

.CustomGym-checkout-page .CustomGym-paybox {
  border: 1px solid #1e293b;
  border-radius: 12px;
  overflow: hidden;
}
.CustomGym-checkout-page .CustomGym-payopt {
  cursor: pointer;
  transition: background-color 150ms ease;
}
.CustomGym-checkout-page .CustomGym-payopt + .CustomGym-payopt {
  border-top: 1px solid #1e293b;
}
.CustomGym-checkout-page .CustomGym-payopt-card {
  background: rgba(15, 23, 42, 0.4);
}
.CustomGym-checkout-page .CustomGym-payopt-card:hover {
  background: rgba(15, 23, 42, 0.6);
}
.CustomGym-checkout-page .CustomGym-payopt-ghost:hover {
  background: rgba(15, 23, 42, 0.4);
}

.CustomGym-checkout-page .CustomGym-radio {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #141b2b;
  border: 1.5px solid #2b3f63;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
}
.CustomGym-checkout-page .CustomGym-radio::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.15s ease-in-out;
  background: #ffffff;
}
.CustomGym-checkout-page .CustomGym-radio:checked {
  background: #ffc745;
  border-color: #ffc745;
}
.CustomGym-checkout-page .CustomGym-radio:checked::before {
  transform: scale(1);
}

.CustomGym-checkout-page .CustomGym-pay-icon {
  color: #94a3b8;
  font-size: 24px;
}
.CustomGym-checkout-page .CustomGym-card-brand {
  height: 12px;
  display: block;
}
.CustomGym-checkout-page .CustomGym-card-brand-faded {
  height: 12px;
  display: block;
  filter: grayscale(100%);
  opacity: 0.3;
}
.CustomGym-checkout-page .CustomGym-revolut {
  width: 24px;
  height: 24px;
  background: #fff;
  color: #000;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
}
.CustomGym-checkout-page .CustomGym-gpay {
  border: 1px solid #334155;
  border-radius: 20px;
  padding: 2px 4px;
}
.CustomGym-checkout-page .CustomGym-gpay span {
  font-size: 8px;
  font-weight: 800;
  color: #64748b;
}

/* save box */
.CustomGym-checkout-page .CustomGym-savebox {
  border: 1px dashed #475569;
  background: rgba(15, 23, 42, 0.3);
  border-radius: 12px;
}
.CustomGym-checkout-page .CustomGym-save-desc {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.45;
}
.CustomGym-checkout-page .CustomGym-link-underline {
  text-decoration: underline;
  text-decoration-color: #475569;
}
.CustomGym-checkout-page .CustomGym-save-label {
  cursor: pointer;
  font-size: 14px;
}

.CustomGym-checkout-page .CustomGym-check {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 16px;
  margin-top: 4px;
  border-radius: 90%;
  background: #141b2b;
  border: 1.5px solid #2b3f63;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}
.CustomGym-checkout-page .CustomGym-check::before {
  content: "";
  width: 8px;
  height: 8px;
  transform: scale(0);
  transition: 0.15s ease;
  background: #ffffff;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
}
.CustomGym-checkout-page .CustomGym-check:checked {
  background: #ffc745;
  border-color: #ffc745;
}
.CustomGym-checkout-page .CustomGym-check:checked::before {
  transform: scale(1);
}

/* pay button */
.CustomGym-checkout-page .CustomGym-pay-btn {
  height: 56px;
  border: 0;
  border-radius: 16px;
  background: #ffc745;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(255, 199, 69, 0.1);
  transition: transform 120ms ease;
}
.CustomGym-checkout-page .CustomGym-pay-btn:hover {
  transform: scale(1.01);
}
.CustomGym-checkout-page .CustomGym-pay-btn:active {
  transform: scale(0.99);
}

.CustomGym-checkout-page .CustomGym-legal {
  font-size: 10px;
  color: #64748b;
  line-height: 1.45;
}
.CustomGym-checkout-page .CustomGym-footer {
  font-size: 11px;
  color: #64748b;
}
.CustomGym-checkout-page .CustomGym-footer-divider {
  width: 1px;
  height: 12px;
  background: #1e293b;
}
.CustomGym-checkout-page .CustomGym-footer a {
  color: #64748b;
  text-decoration: none;
  transition: color 150ms ease;
}
.CustomGym-checkout-page .CustomGym-footer a:hover {
  color: #ffc745;
}
.CustomGym-checkout-page .CustomGym-footer-powered {
  opacity: 0.8;
}
.CustomGym-checkout-page .CustomGym-footer-stripe {
  color: #fff;
}

.CustomGym-checkout-page .CustomGym-terms-link {
  font-size: 14px;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #334155;
  transition: color 150ms ease;
}
.CustomGym-checkout-page .CustomGym-terms-link:hover {
  color: #ffc745;
}
.CustomGym-checkout-page .CustomGym-signout {
  font-size: 14px;
  color: #64748b;
  font-weight: 800;
  text-decoration: none;
  transition: color 150ms ease;
}
.CustomGym-checkout-page .CustomGym-signout:hover {
  color: #cbd5e1;
}
.CustomGym-checkout-page .CustomGym-genflow {
  opacity: 0.4;
}
.CustomGym-checkout-page .CustomGym-genflow-top {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #fff;
}
.CustomGym-checkout-page .CustomGym-genflow-name {
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #fff;
}

/* ============================================================
   PAGE 3: REGISTRATION
   Wrapper: .CustomGym-register-page
============================================================ */
.CustomGym-register-page {
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

/* Page theme wrapper */
.CustomGym-register-page .CustomGym-page {
  min-height: 100vh;
  background: #f9fafb;
}
@media (max-width: 991.98px) {
  .CustomGym-register-page .CustomGym-page {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .CustomGym-register-page .CustomGym-page {
    padding: 0;
  }
}
.CustomGym-register-page .CustomGym-page.is-dark {
  background: #0f1115;
}

/* Exact colors */
.CustomGym-register-page .CustomGym-text-gray-900 {
  color: #111827 !important;
}
.CustomGym-register-page .CustomGym-text-gray-500 {
  color: #6b7280 !important;
}
.CustomGym-register-page .CustomGym-text-gray-400 {
  color: #9ca3af !important;
}
.CustomGym-register-page .CustomGym-bg-gray-300 {
  background: #d1d5db !important;
}
.CustomGym-register-page .CustomGym-bg-gray-700 {
  background: #374151 !important;
}

.CustomGym-register-page .CustomGym-page.is-dark .CustomGym-dark-text-white {
  color: #ffffff !important;
}
.CustomGym-register-page .CustomGym-page.is-dark .CustomGym-dark-text-gray-400 {
  color: #9ca3af !important;
}
.CustomGym-register-page .CustomGym-page.is-dark .CustomGym-dark-bg-gray-700 {
  background: #374151 !important;
}

/* Progress dots */
.CustomGym-register-page .CustomGym-dot {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.CustomGym-register-page .CustomGym-dot--active {
  background: #f97316;
  box-shadow: 0 0 0 4px #f9fafb;
}
.CustomGym-register-page .CustomGym-page.is-dark .CustomGym-dot--active {
  box-shadow: 0 0 0 4px #0f1115;
}
.CustomGym-register-page .CustomGym-dot--inactive {
  background: #d1d5db;
  box-shadow: 0 0 0 4px #f9fafb;
}
.CustomGym-register-page .CustomGym-page.is-dark .CustomGym-dot--inactive {
  background: #ffffff;
  box-shadow: 0 0 0 4px #0f1115;
}
.CustomGym-register-page .CustomGym-dot-inner {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #fff;
}

/* Inputs */
.CustomGym-register-page .CustomGym-input {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #111827;
  transition:
    box-shadow 150ms ease,
    border-color 150ms ease;
}
.CustomGym-register-page .CustomGym-page.is-dark .CustomGym-input {
  border-color: #1f2937;
  background: #1a1d23;
  color: #ffffff;
}
.CustomGym-register-page .CustomGym-input::placeholder {
  color: #9ca3af;
}
.CustomGym-register-page .CustomGym-page.is-dark .CustomGym-input::placeholder {
  color: #4b5563;
}
.CustomGym-register-page .CustomGym-input:focus {
  border-color: #f97316;
  box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.25);
  outline: none;
}

/* Button */
.CustomGym-register-page .CustomGym-btn {
  background: #f97316 !important;
  border: none !important;
  border-radius: 12px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.2) !important;
  transition:
    transform 120ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease;
}
.CustomGym-register-page .CustomGym-btn:hover {
  background: #ea580c !important;
}
.CustomGym-register-page .CustomGym-btn:active {
  transform: scale(0.98);
}

.CustomGym-register-page .CustomGym-terms {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.CustomGym-register-page .CustomGym-terms:hover {
  color: #f97316 !important;
}

/* moved inline styles */
.CustomGym-register-page .CustomGym-header {
  row-gap: 32px;
}
.CustomGym-register-page .CustomGym-progress-wrap {
  width: 128px;
  height: 24px;
}
.CustomGym-register-page .CustomGym-progress-line {
  height: 2px;
}
.CustomGym-register-page .CustomGym-main {
  max-width: 448px;
  row-gap: 32px;
}
.CustomGym-register-page .CustomGym-title-block {
  row-gap: 8px;
}
.CustomGym-register-page .CustomGym-h1 {
  font-size: 30px;
  line-height: 1.2;
}
.CustomGym-register-page .CustomGym-form {
  row-gap: 24px;
}
.CustomGym-register-page .CustomGym-field {
  row-gap: 8px;
}
.CustomGym-register-page .CustomGym-powered {
  row-gap: 4px;
  opacity: 0.6 !important;
}
.CustomGym-register-page .CustomGym-powered-label {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.CustomGym-register-page .CustomGym-powered-brand {
  font-size: 12px;
  letter-spacing: 0.12em;
}
.CustomGym-register-page .CustomGym-logo-text {
  letter-spacing: 0.12em;
}


.lp-CustomGym-discount-badge--xl {
    background: linear-gradient(145deg, #ff3b3f, #d0312d);
    padding: 0.5rem 1.2rem;
    border-radius: 100px;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 1px;
    box-shadow: 0 6px 14px rgba(255, 59, 63, 0.35);
    display: inline-block;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(255,255,255,0.2);
}
.lp-CustomGym-discount-text {
    color: white;
}


/* ===== BADGE STYLES ===== */
.lp-CustomGym-discount-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: white;
  font-weight: 800;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.3);
  z-index: 10;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  animation: pulse-badge 2s infinite;
}

/* Popular badge styling to match */
.lp-CustomGym-popular-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.3);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Animation for the discount badge */
@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(249, 115, 22, 0.4);
  }
}

/* Make price cards position relative for absolute positioning */
.lp-CustomGym-price-card {
  position: relative;
  background: linear-gradient(145deg, #1e293b, #0f172a);
  border-radius: 1.5rem;
  padding: 2rem;
  height: 100%;
  border: 1px solid rgba(249, 115, 22, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.lp-CustomGym-price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, 0.3);
  box-shadow: 0 25px 50px -12px rgba(249, 115, 22, 0.25);
}

/* Popular card gets extra glow */
.lp-CustomGym-price-card--popular {
  border: 2px solid rgba(249, 115, 22, 0.3);
  box-shadow: 0 25px 50px -12px rgba(249, 115, 22, 0.35);
}

/* Ensure badges don't overlap */
.lp-CustomGym-price-card--popular .lp-CustomGym-discount-badge {
  top: 4rem; /* Move down if popular badge is present */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .lp-CustomGym-discount-badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.875rem;
  }
  
  .lp-CustomGym-popular-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.875rem;
  }
}


