:root {
  --lfc-ink: #111315;
  --lfc-muted: #666b70;
  --lfc-line: rgba(17, 19, 21, .12);
  --lfc-red: #e12d4a;
  --lfc-red-dark: #b91833;
  --lfc-cream: #f7f5f2;
}

html { scroll-behavior: smooth; }

.elementor-element-291b2afb,
body.home .elementor-element-23eecbf4,
body.home .elementor-element-1fa5b1f7,
body.home .elementor-element-784ce34b,
body.home .elementor-element-195e436d,
body.home .elementor-element-4c7dc7b2,
body.home .elementor-element-6b8ec8a,
body.home .elementor-element-4c1ca8b4,
body.home .elementor-element-7b38933c,
.elementor-147 .elementor-widget-social-icons {
  display: none !important;
}

.lfc-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.lfc-home-section,
.lfc-programs-page,
.lfc-memberships-page {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  color: var(--lfc-ink);
}

.lfc-home-section *,
.lfc-programs-page *,
.lfc-memberships-page * { box-sizing: border-box; }

.lfc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lfc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.lfc-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.lfc-about {
  padding: clamp(72px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(225, 45, 74, .1), transparent 27%),
    var(--lfc-cream);
  overflow: hidden;
}

.lfc-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}

.lfc-about__media { position: relative; min-height: 470px; }

.lfc-photo-frame {
  position: absolute;
  top: 0;
  right: 56px;
  left: 0;
  z-index: 2;
  aspect-ratio: 16 / 9;
  border: 12px solid #fff;
  background: #0c0d0f;
  box-shadow: 0 34px 70px rgba(12, 13, 15, .22);
  overflow: hidden;
}

.lfc-photo-frame::after {
  content: "LAURA FITNESS COACHING";
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 10, 10, .78);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  pointer-events: none;
}

.lfc-photo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lfc-about__portrait {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 210px;
  height: 250px;
  object-fit: cover;
  object-position: 50% 17%;
  border: 9px solid #fff;
  box-shadow: 0 24px 48px rgba(12, 13, 15, .22);
}

.lfc-about__copy h2,
.lfc-program-preview__copy h2,
.lfc-results__heading h2,
.lfc-faq__intro h2,
.lfc-programs-page h1,
.lfc-programs-page h2,
.lfc-programs-page h3,
.lfc-memberships-page h1,
.lfc-memberships-page h2,
.lfc-memberships-page h3 {
  margin: 16px 0 20px;
  font-family: "Bangers", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: .98;
}

.lfc-about__copy h2,
.lfc-program-preview__copy h2,
.lfc-results__heading h2,
.lfc-faq__intro h2,
.lfc-programs-page h2,
.lfc-memberships-page h2 { font-size: clamp(40px, 5vw, 66px); }

.lfc-programs-hero h1,
.lfc-memberships-hero h1,
.lfc-results__heading h2,
.lfc-program-card--featured h3,
.lfc-active-membership h3 { color: #fff !important; }

.lfc-about__copy > p,
.lfc-program-preview__copy > p,
.lfc-faq__intro > p,
.lfc-programs-hero__copy > p,
.lfc-memberships-hero__copy > p {
  color: var(--lfc-muted);
  font-size: 17px;
  line-height: 1.72;
}

.lfc-checks {
  display: grid;
  gap: 14px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.lfc-checks li {
  position: relative;
  padding-left: 32px;
  font-weight: 650;
  line-height: 1.45;
}

.lfc-checks li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--lfc-red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.lfc-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.lfc-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Bangers", Impact, sans-serif;
  font-size: 17px;
  letter-spacing: .07em;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.lfc-btn:hover { transform: translateY(-2px); }
.lfc-btn--primary { background: var(--lfc-red); color: #fff !important; }
.lfc-btn--primary:hover { background: var(--lfc-red-dark); }
.lfc-btn--ghost { border-color: rgba(255, 255, 255, .4); color: #fff !important; }
.lfc-btn--ghost:hover { border-color: #fff; }
.lfc-btn--ghost-dark { border-color: var(--lfc-ink); color: var(--lfc-ink) !important; }
.lfc-btn--ghost-dark:hover { background: var(--lfc-ink); color: #fff !important; }

.lfc-program-preview {
  position: relative;
  padding: clamp(78px, 9vw, 128px) 0;
  background: #fff;
  overflow: hidden;
}

.lfc-program-preview::before {
  content: "";
  position: absolute;
  top: 0;
  right: -130px;
  width: 430px;
  height: 430px;
  border: 72px solid rgba(225, 45, 74, .055);
  border-radius: 50%;
  pointer-events: none;
}

.lfc-program-preview__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(52px, 7vw, 96px);
}

.lfc-program-preview__copy h2 {
  max-width: 650px;
  margin: 16px 0 22px;
}

.lfc-program-preview__copy > p {
  max-width: 630px;
}

.lfc-program-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0;
  border-block: 1px solid var(--lfc-line);
}

.lfc-program-meta > div {
  display: grid;
  gap: 6px;
  padding: 20px 18px 20px 0;
}

.lfc-program-meta > div + div {
  padding-left: 18px;
  border-left: 1px solid var(--lfc-line);
}

.lfc-program-meta span {
  color: var(--lfc-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.lfc-program-meta strong {
  font-family: "Bangers", Impact, sans-serif;
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 400;
  letter-spacing: .04em;
}

.lfc-program-preview__media {
  position: relative;
  isolation: isolate;
  padding: 20px 20px 0 0;
}

.lfc-program-preview__media::before {
  content: "";
  position: absolute;
  inset: 0 0 34px 34px;
  z-index: -1;
  background: var(--lfc-ink);
}

.lfc-program-preview__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 32px 68px rgba(16, 18, 20, .2);
}

.lfc-program-preview__badge {
  position: absolute;
  right: 0;
  bottom: -24px;
  display: grid;
  gap: 3px;
  min-width: 230px;
  padding: 17px 20px;
  background: var(--lfc-red);
  color: #fff;
  box-shadow: 0 18px 38px rgba(16, 18, 20, .24);
}

.lfc-program-preview__badge span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
}

.lfc-program-preview__badge strong {
  font-family: "Bangers", Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .045em;
}

.lfc-faq {
  padding: clamp(72px, 8vw, 112px) 0;
  background: #fff;
}

.lfc-results {
  padding: clamp(78px, 9vw, 128px) 0;
  background:
    radial-gradient(circle at 83% 10%, rgba(225, 45, 74, .15), transparent 28%),
    var(--lfc-ink);
  color: #fff;
  overflow: hidden;
}

.lfc-results__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 48px;
}

.lfc-results__heading h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.lfc-results__heading > p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.7;
}

.lfc-results-showcase {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr .75fr .75fr;
  gap: 16px;
}

.lfc-result-media {
  position: relative;
  min-width: 0;
  height: clamp(440px, 43vw, 590px);
  margin: 0;
  background: #090a0b;
  box-shadow: 0 26px 58px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.lfc-result-media img,
.lfc-result-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lfc-result-media--video video {
  object-fit: contain;
  background: #090a0b;
}

/* Keep the existing portrait cards/posters instead of applying a 16:9 player box. */
.lfc-result-media--video > .laura-bunny-player {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #090a0b;
}

.lfc-result-media--video .laura-bunny-player__poster {
  object-fit: contain;
}

.lfc-result-media--video .laura-bunny-player__play {
  max-width: calc(100% - 24px);
  gap: 9px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.35;
}

.lfc-result-media--video .laura-bunny-player__play-icon {
  flex-shrink: 0;
}

/* Once Play is pressed, keep captions/gradients from obscuring video controls. */
#rezultate .lfc-result-media--video:has(.laura-bunny-player.is-ready)::after,
#rezultate .lfc-result-media--video:has(.laura-bunny-player.is-ready) figcaption {
  opacity: 0;
}

.lfc-member-video {
  width: 100%;
  min-width: 0;
}

dialog.lfc-bunny-dialog {
  position: fixed;
  inset: 0;
  width: min(1100px, calc(100vw - 32px), calc((100dvh - 100px) * 16 / 9));
  max-width: calc(100vw - 32px);
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 12px;
  overflow: visible;
  background: #090a0b;
  color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

dialog.lfc-bunny-dialog:not([open]) {
  display: none;
}

dialog.lfc-bunny-dialog::backdrop {
  background: rgba(0, 0, 0, .86);
}

.lfc-bunny-dialog__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.lfc-bunny-dialog__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: inherit;
  overflow: hidden;
  background: #090a0b;
}

.lfc-bunny-dialog__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

dialog.lfc-bunny-dialog .lfc-bunny-dialog__close {
  position: absolute;
  top: -48px;
  right: 0;
  display: grid;
  place-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: #111315;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

dialog.lfc-bunny-dialog .lfc-bunny-dialog__close:hover,
dialog.lfc-bunny-dialog .lfc-bunny-dialog__close:focus-visible {
  background: #880d1e;
}

dialog.lfc-bunny-dialog .lfc-bunny-dialog__close:focus-visible {
  outline: 3px solid #f49cbb;
  outline-offset: 3px;
}

.lfc-result-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(0, 0, 0, .86));
  pointer-events: none;
}

#rezultate .lfc-results-showcase > .lfc-result-media::after {
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(9, 10, 11, 0) 0%,
    rgba(9, 10, 11, .52) 48%,
    rgba(9, 10, 11, .96) 100%
  );
}

.lfc-result-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 2;
  display: grid;
  gap: 2px;
  pointer-events: none;
}

.lfc-result-media figcaption span {
  color: var(--lfc-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.lfc-result-media figcaption strong {
  font-family: "Bangers", Impact, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: .035em;
}

#rezultate .lfc-results-showcase > .lfc-result-media figcaption strong {
  color: #fff !important;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, .95),
    0 8px 24px rgba(0, 0, 0, .78);
}

#rezultate .lfc-results-showcase > .lfc-result-media figcaption span {
  color: #ff4d68 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .9);
}

.lfc-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.lfc-proof-card {
  position: relative;
  min-height: 260px;
  margin: 0;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
}

.lfc-proof-card::before {
  content: "“";
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(225, 45, 74, .27);
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: 1;
}

.lfc-proof-card__metric {
  display: block;
  color: var(--lfc-red);
  font-family: "Bangers", Impact, sans-serif;
  font-size: clamp(30px, 3.5vw, 48px);
  letter-spacing: .04em;
}

.lfc-proof-card p {
  position: relative;
  z-index: 1;
  margin: 28px 0 26px;
  color: #fff;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.55;
}

.lfc-proof-card footer {
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.lfc-results__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 32px;
}

.lfc-results__footer p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  line-height: 1.65;
}

.lfc-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 96px);
}

.lfc-faq__intro { position: sticky; top: 110px; align-self: start; }

.lfc-text-link {
  color: var(--lfc-red) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none !important;
}

.lfc-accordion { border-top: 1px solid var(--lfc-line); }

.lfc-accordion details { border-bottom: 1px solid var(--lfc-line); }

.lfc-accordion summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 750;
}

.lfc-accordion summary::-webkit-details-marker { display: none; }
.lfc-accordion summary span { color: var(--lfc-red); font-size: 25px; transition: transform .2s ease; }
.lfc-accordion details[open] summary span { transform: rotate(45deg); }
.lfc-accordion details p { margin: -4px 52px 24px 0; color: var(--lfc-muted); line-height: 1.65; }

.lfc-programs-page {
  max-width: 100%;
  background: #fff;
  overflow-x: clip;
}

.lfc-programs-hero {
  padding: clamp(70px, 8vw, 112px) 0;
  background: var(--lfc-ink);
  color: #fff;
  overflow: hidden;
}

.lfc-programs-hero__grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.lfc-programs-hero__copy,
.lfc-programs-hero__media,
.lfc-programs-grid,
.lfc-workout-grid,
.lfc-workout-card { min-width: 0; }

.lfc-programs-page h1 { max-width: 760px; font-size: clamp(52px, 7vw, 92px); }
.lfc-programs-hero__copy > p { max-width: 570px; color: rgba(255, 255, 255, .72); }

.lfc-programs-hero__media {
  position: relative;
  isolation: isolate;
}

.lfc-programs-hero__media::before {
  content: "";
  position: absolute;
  inset: -28px 18px 28px -28px;
  z-index: -1;
  border: 1px solid rgba(225, 45, 74, .55);
}

.lfc-programs-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 23%;
}

.lfc-media-badge {
  position: absolute;
  right: -18px;
  bottom: -18px;
  display: grid;
  gap: 3px;
  padding: 18px 22px;
  background: var(--lfc-red);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .25);
}

.lfc-media-badge strong { font-family: "Bangers", Impact, sans-serif; font-size: 24px; letter-spacing: .05em; }
.lfc-media-badge span { font-size: 9px; font-weight: 800; letter-spacing: .13em; }

.lfc-programs-grid {
  padding-block: clamp(74px, 8vw, 116px);
  scroll-margin-top: 104px;
}
.lfc-section-heading { max-width: 780px; margin-bottom: 48px; }

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

.lfc-program-card {
  position: relative;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid var(--lfc-line);
  background: #fff;
  color: var(--lfc-ink) !important;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}

.lfc-program-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 220px;
  height: 220px;
  border: 38px solid rgba(225, 45, 74, .05);
  border-radius: 50%;
}

.lfc-program-card:hover {
  z-index: 2;
  transform: translateY(-6px);
  border-color: rgba(225, 45, 74, .42);
  box-shadow: 0 28px 56px rgba(16, 18, 20, .12);
}

.lfc-program-card--featured { background: var(--lfc-ink); color: #fff !important; }
.lfc-program-card--pending { cursor: default; }
.lfc-program-card--pending:hover { transform: none; border-color: var(--lfc-line); box-shadow: none; }
.lfc-program-card__index { color: var(--lfc-red); font-family: "Bangers", Impact, sans-serif; font-size: 22px; }
.lfc-program-card h3 { max-width: 420px; margin-top: 42px; font-size: clamp(31px, 4vw, 48px); }
.lfc-program-card p { max-width: 520px; margin: 0 0 34px; color: var(--lfc-muted); line-height: 1.65; }
.lfc-program-card--featured p { color: rgba(255, 255, 255, .68); }
.lfc-program-card .lfc-text-link { margin-top: auto; }

.lfc-section-heading > p {
  max-width: 720px;
  margin: -4px 0 0;
  color: var(--lfc-muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.lfc-workout-card {
  display: grid;
  min-width: 0;
  border: 1px solid var(--lfc-line);
  border-radius: 22px;
  background: #fff;
  color: var(--lfc-ink) !important;
  box-shadow: 0 18px 46px rgba(16, 18, 20, .08);
  text-decoration: none !important;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.lfc-workout-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 45, 74, .42);
  box-shadow: 0 28px 58px rgba(16, 18, 20, .14);
}

.lfc-workout-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #090a0b;
  overflow: hidden;
}

.lfc-workout-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 10, 11, .02) 45%, rgba(9, 10, 11, .54) 100%);
}

.lfc-workout-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.lfc-workout-card:hover .lfc-workout-card__media img { transform: scale(1.025); }

.lfc-workout-card__status {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--lfc-red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.lfc-workout-card__body {
  display: grid;
  padding: 28px 30px 30px;
}

.lfc-workout-card__body small {
  color: var(--lfc-red);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .15em;
}

.lfc-workout-card__body strong {
  margin-top: 13px;
  font-family: "Bangers", Impact, sans-serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: .03em;
  line-height: .95;
}

.lfc-workout-card__body > span {
  margin-top: 7px;
  color: var(--lfc-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.lfc-workout-card__body em {
  margin-top: 25px;
  color: var(--lfc-red);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
}

.lfc-member-program {
  width: min(1120px, calc(100% - 48px));
  margin: 32px auto 78px;
  color: var(--lfc-ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.lfc-member-program * { box-sizing: border-box; }

.lfc-member-program__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  min-height: 410px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0a0b0d 0%, #181a1f 100%);
  box-shadow: 0 24px 70px rgba(12, 14, 18, .18);
  overflow: hidden;
}

.lfc-member-program__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  color: #fff;
}

.lfc-member-program__copy h1,
.lfc-member-program__guide h2 {
  margin: 18px 0 14px;
  font-family: "Bangers", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: .92;
}

.lfc-member-program__copy h1 {
  color: #fff !important;
  font-size: clamp(60px, 7vw, 96px);
}

.lfc-member-program__copy > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.65;
}

.lfc-member-program__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.lfc-member-program__chips span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
}

.lfc-member-program__visual {
  position: relative;
  min-height: 410px;
  background: #090a0b;
}

.lfc-member-program__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 19, 21, .72) 0%, transparent 44%), linear-gradient(0deg, rgba(0, 0, 0, .46), transparent 52%);
}

.lfc-member-program__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: center;
}

.lfc-member-program__visual > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 11px 14px;
  border-radius: 10px;
  background: var(--lfc-red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.lfc-member-program__player {
  margin-top: 24px;
  padding: 13px;
  border: 1px solid var(--lfc-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(13, 15, 20, .1);
}

.lfc-member-program__player .laura-bunny-player {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 15px;
  box-shadow: none;
}

.lfc-member-program__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.lfc-member-program__stats > div {
  padding: 24px 22px;
  border: 1px solid var(--lfc-line);
  border-radius: 18px;
  background: #fff;
}

.lfc-member-program__stats strong {
  display: block;
  margin-bottom: 6px;
  color: var(--lfc-red);
  font-family: "Bangers", Impact, sans-serif;
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.lfc-member-program__stats span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.lfc-member-program__guide {
  display: grid;
  grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
  gap: 38px;
  margin-top: 24px;
  padding: 40px;
  border-radius: 24px;
  background: #f5f5f6;
}

.lfc-member-program__guide h2 { margin: 0; font-size: 40px; }
.lfc-member-program__guide ol { margin: 0; padding: 0; list-style: none; counter-reset: lfc-steps; }

.lfc-member-program__guide li {
  counter-increment: lfc-steps;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid #dedee1;
  font-size: 15px;
  line-height: 1.6;
}

.lfc-member-program__guide li:last-child { border-bottom: 0; }

.lfc-member-program__guide li::before {
  content: counter(lfc-steps);
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--lfc-ink);
  color: #fff;
  font-weight: 900;
}

.lfc-member-program__note {
  margin-top: 16px;
  padding: 18px 20px;
  border-left: 4px solid var(--lfc-red);
  border-radius: 0 14px 14px 0;
  background: #fff4f6;
  color: #3c2026;
  font-size: 14px;
  line-height: 1.55;
}

.lfc-status {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 7px 9px;
  border: 1px solid rgba(225, 45, 74, .55);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.lfc-status--muted {
  border-color: var(--lfc-line);
  color: var(--lfc-muted);
}

.lfc-memberships-page { background: #fff; }

.lfc-memberships-hero {
  padding: clamp(70px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(225, 45, 74, .18), transparent 30%),
    var(--lfc-ink);
  color: #fff;
  overflow: hidden;
}

.lfc-memberships-hero__grid {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.lfc-memberships-page h1 {
  max-width: 720px;
  font-size: clamp(52px, 7vw, 92px);
}

.lfc-memberships-hero__copy > p {
  max-width: 610px;
  color: rgba(255, 255, 255, .72);
}

.lfc-memberships-hero__media {
  position: relative;
  padding: 20px 20px 0 0;
}

.lfc-memberships-hero__media::before {
  content: "";
  position: absolute;
  inset: 0 0 30px 30px;
  border: 1px solid rgba(225, 45, 74, .62);
}

.lfc-memberships-hero__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 22%;
}

.lfc-memberships-hero__badge {
  position: absolute;
  right: 0;
  bottom: -22px;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 18px 22px;
  background: var(--lfc-red);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .28);
}

.lfc-memberships-hero__badge strong {
  font-family: "Bangers", Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: .045em;
}

.lfc-memberships-hero__badge span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}

.lfc-memberships-levels { padding: clamp(74px, 8vw, 116px) 0; }

.lfc-memberships-levels .lfc-section-heading > p {
  max-width: 720px;
  color: var(--lfc-muted);
  font-size: 17px;
  line-height: 1.7;
}

.lfc-active-membership {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: clamp(30px, 5vw, 56px);
  background: var(--lfc-ink);
  color: #fff;
  box-shadow: 0 30px 64px rgba(16, 18, 20, .16);
}

.lfc-active-membership__status {
  color: #79d89f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.lfc-active-membership h3 { margin: 18px 0 12px; font-size: clamp(32px, 4vw, 52px); }
.lfc-active-membership p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .7); line-height: 1.7; }

.lfc-subscription-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  max-width: 880px;
  margin-top: 42px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(225, 45, 74, .38);
  background:
    linear-gradient(120deg, rgba(225, 45, 74, .12), transparent 45%),
    var(--lfc-ink);
  color: #fff;
  box-shadow: 0 30px 64px rgba(16, 18, 20, .16);
}

.lfc-subscription-card__copy > span {
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.lfc-subscription-card__copy h3 {
  margin: 14px 0 8px;
  color: #fff !important;
  font-size: clamp(32px, 4vw, 48px);
}

.lfc-subscription-card__copy p {
  max-width: 450px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.55;
}

.lfc-subscription-card__price {
  display: grid;
  min-width: 118px;
  gap: 2px;
  text-align: center;
}

.lfc-subscription-card__price strong {
  color: #fff;
  font-family: "Bangers", Impact, sans-serif;
  font-size: clamp(52px, 6vw, 72px);
  font-weight: 400;
  line-height: .9;
}

.lfc-subscription-card__price span {
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.lfc-memberships-benefits {
  padding: 0 0 clamp(74px, 8vw, 116px);
  background: #fff;
}

.lfc-memberships-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--lfc-line);
}

.lfc-memberships-benefits article {
  min-height: 250px;
  padding: clamp(28px, 4vw, 44px);
}

.lfc-memberships-benefits article + article { border-left: 1px solid var(--lfc-line); }
.lfc-memberships-benefits article > span { color: var(--lfc-red); font-family: "Bangers", Impact, sans-serif; font-size: 22px; }
.lfc-memberships-benefits h3 { margin-top: 34px; font-size: clamp(28px, 3vw, 42px); }
.lfc-memberships-benefits p { color: var(--lfc-muted); line-height: 1.7; }

.lf-program__title { color: #fff !important; }

body.page-id-132 .elementor-element-1f946a52 img,
body.page-id-132 .elementor-element-8b72919 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.elementor-element-41a4d312 img,
img.wp-image-201 {
  width: 190px !important;
  max-width: min(190px, 100%) !important;
  height: auto !important;
}

.elementskit-nav-logo img {
  width: 176px !important;
  max-width: 100% !important;
  height: auto !important;
}

.lfc-logo-home-link {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}

.elementor-element-586dd175 img,
img.wp-image-219 {
  width: 305px !important;
  max-width: 100% !important;
  height: auto !important;
}

.lfc-consumer-info {
  position: relative;
  z-index: 2;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #880d1e;
  color: #fff;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.lfc-consumer-info * { box-sizing: border-box; }

.lfc-consumer-info__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lfc-consumer-info__sal {
  display: block;
  flex: 0 0 225px;
  width: 225px;
  height: auto;
  aspect-ratio: 201 / 50;
  border-radius: 14px;
  background: transparent;
  line-height: 0;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  overflow: hidden;
}

.lfc-consumer-info__sal img {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 201 / 50;
  object-fit: contain;
  border-radius: inherit;
}

.elementor-147 .elementor-element-53a1d64a {
  display: none !important;
}

.elementor-147 .elementor-element-63458d39 > .elementor-container {
  align-items: center;
}

.elementor-147 .elementor-element-3ac772ce > .lfc-consumer-info__slot {
  align-items: center;
  justify-content: flex-end;
}

.elementor-147 .elementor-element-3ac772ce .lfc-consumer-info__sal {
  margin-left: auto;
}

.elementskit-navbar-nav #menu-item-165 > .ekit-menu-nav-link .elementskit-submenu-indicator {
  display: none !important;
}

@media (max-width: 1024px) {
  body.page-id-132 .elementor-element-4d753846 { margin-top: 24px !important; }

  .elementskit-menu-close {
    border: 1px solid rgba(45, 45, 45, .18) !important;
    background: #fff !important;
    color: var(--lfc-ink) !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .elementskit-menu-container,
  body.admin-bar .elementskit-menu-overlay {
    top: 46px !important;
    height: calc(100vh - 46px) !important;
    height: calc(100dvh - 46px) !important;
  }
}

@media (min-width: 783px) and (max-width: 1024px) {
  body.admin-bar .elementskit-menu-container,
  body.admin-bar .elementskit-menu-overlay {
    top: 32px !important;
    height: calc(100vh - 32px) !important;
    height: calc(100dvh - 32px) !important;
  }
}

@media (max-width: 960px) {
  .lfc-about__grid,
  .lfc-program-preview__grid,
  .lfc-programs-hero__grid,
  .lfc-memberships-hero__grid,
  .lfc-member-program__hero { grid-template-columns: 1fr; }
  .lfc-about__media { min-height: min(68vw, 560px); }
  .lfc-about__copy { max-width: 720px; }
  .lfc-faq__grid { grid-template-columns: 1fr; }
  .lfc-faq__intro { position: static; max-width: 720px; }
  .lfc-results__heading { grid-template-columns: 1fr; gap: 18px; }
  .lfc-results-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lfc-result-media,
  .lfc-result-media--featured { grid-column: auto; height: min(72vw, 620px); }
  .lfc-memberships-benefits__grid { grid-template-columns: 1fr; }
  .lfc-memberships-benefits article + article { border-top: 1px solid var(--lfc-line); border-left: 0; }
  .lfc-member-program__visual,
  .lfc-member-program__visual img { min-height: 360px; }
}

@media (max-width: 700px) {
  body.page-id-120,
  body.page-id-120 #page,
  body.page-id-120 .site,
  body.page-id-120 .site-main {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .elementor-element-41a4d312 img,
  img.wp-image-201 { width: 158px !important; }

  .elementskit-nav-logo img { width: 164px !important; }

  .lfc-photo-frame::after { display: none; }

  .lfc-consumer-info { padding: 20px 0 22px; }

  .lfc-consumer-info__inner {
    align-items: center;
    text-align: center;
  }

  .lfc-consumer-info__sal { flex: none; }

  body.home .elementor-element-a8a7a94 {
    top: auto !important;
    right: 18px !important;
    bottom: 18px !important;
    left: auto !important;
    width: 62px !important;
    height: 62px !important;
    transform: none !important;
  }

  body.home .elementor-element-a8a7a94 .video-content,
  body.home .elementor-element-a8a7a94 .ekit_icon_button {
    width: 62px !important;
    height: 62px !important;
  }

  body.home .elementor-element-a8a7a94 .ekit_icon_button {
    box-shadow: 0 12px 28px rgba(17, 19, 21, .2) !important;
  }

  .elementor-147 .elementor-element-6fba26d1 > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
    align-items: start;
  }

  .elementor-147 .elementor-element-5a07e904 {
    padding: 38px 15px 22px !important;
  }

  .elementor-147 .elementor-element-6fba26d1 > .elementor-container > .elementor-column {
    width: 100% !important;
    margin: 0 !important;
  }

  .elementor-147 .elementor-element-407b985f,
  .elementor-147 .elementor-element-3aed0168 {
    grid-column: 1 / -1;
  }

  .elementor-147 .elementor-element-407b985f > .elementor-widget-wrap {
    align-content: start;
    text-align: center;
  }

  .elementor-147 .elementor-element-586dd175 img {
    width: 248px !important;
  }

  .elementor-147 .elementor-element-262536f blockquote {
    max-width: 310px;
    margin: 14px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 15px;
    line-height: 1.6;
  }

  .elementor-147 .elementor-element-262536f h2,
  .elementor-147 .elementor-element-53a1d64a {
    display: none !important;
  }

  .elementor-147 .elementor-element-74b876f0 h4,
  .elementor-147 .elementor-element-c80922c h4 {
    margin-bottom: 14px !important;
    font-size: 18px !important;
  }

  .elementor-147 .elementor-element-6fba26d1 .elementor-icon-list-items {
    display: grid;
    gap: 8px;
  }

  .elementor-147 .elementor-element-6fba26d1 .elementor-icon-list-item {
    margin: 0 !important;
  }

  .elementor-147 .elementor-element-6fba26d1 .elementor-icon-list-item a {
    align-items: flex-start;
    padding: 2px 0;
  }

  .elementor-147 .elementor-element-6fba26d1 .elementor-icon-list-icon {
    display: none !important;
  }

  .elementor-147 .elementor-element-6fba26d1 .elementor-icon-list-text {
    font-size: 14px !important;
    line-height: 1.42;
    overflow-wrap: anywhere;
  }

  .elementor-147 .elementor-element-3aed0168 .elementor-icon-box-wrapper {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .elementor-147 .elementor-element-3aed0168 .elementor-icon-box-content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
  }

  .elementor-147 .elementor-element-3aed0168 .elementor-icon-box-title,
  .elementor-147 .elementor-element-3aed0168 .elementor-icon-box-description {
    margin: 0 !important;
  }

  .elementor-147 .elementor-element-63458d39 {
    margin-top: 0 !important;
    padding-top: 16px !important;
    border-top: 0 !important;
  }

  .elementor-147 .elementor-element-63458d39 > .elementor-container {
    gap: 14px;
  }

  .elementor-147 .elementor-element-3ac772ce > .lfc-consumer-info__slot {
    justify-content: center;
    padding-top: 0 !important;
  }

  .elementor-147 .elementor-element-3ac772ce .lfc-consumer-info__sal {
    margin: 0 auto;
  }

  .lfc-shell { width: min(1180px, calc(100% - 30px)); }
  .lfc-programs-page .lfc-shell {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  .lfc-programs-hero__grid { grid-template-columns: minmax(0, 1fr) !important; }
  .lfc-programs-page h1 {
    max-width: 100%;
    font-size: clamp(40px, 11.6vw, 46px);
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .lfc-programs-hero__copy > p,
  .lfc-section-heading > p,
  .lfc-workout-card__body small,
  .lfc-workout-card__body strong,
  .lfc-workout-card__body > span,
  .lfc-workout-card__body em { overflow-wrap: anywhere; }
  .lfc-programs-hero__media::before { inset: -12px 8px 12px -12px; }
  .lfc-media-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 18px);
    margin: -18px 0 0 auto;
    padding: 14px 16px;
  }
  .lfc-media-badge strong { font-size: 21px; }
  .lfc-workout-card__status { top: 12px; right: 12px; }
  .lfc-member-program { width: min(1120px, calc(100% - 30px)); margin: 16px auto 52px; }
  .lfc-about, .lfc-program-preview, .lfc-faq, .lfc-programs-hero, .lfc-programs-grid, .lfc-memberships-hero, .lfc-memberships-levels { padding-block: 64px; }
  .lfc-about__media { min-height: min(72vw, 430px); }
  .lfc-photo-frame { right: 18px; border-width: 7px; }
  .lfc-about__portrait { width: 132px; height: 158px; border-width: 6px; }
  .lfc-card-grid { grid-template-columns: 1fr; }
  .lfc-workout-grid { grid-template-columns: 1fr; }
  .lfc-workout-card__body { padding: 24px 22px 26px; }
  .lfc-member-program__hero { border-radius: 22px; }
  .lfc-member-program__copy { padding: 38px 26px 32px; }
  .lfc-member-program__visual,
  .lfc-member-program__visual img { min-height: 280px; }
  .lfc-member-program__visual > span { right: 14px; bottom: 14px; left: 14px; text-align: center; }
  .lfc-member-program__player { padding: 8px; border-radius: 18px; }
  .lfc-member-program__player .laura-bunny-player { border-radius: 12px; }
  .lfc-member-program__stats { grid-template-columns: 1fr; }
  .lfc-member-program__guide { grid-template-columns: 1fr; padding: 28px 22px; }
  .lfc-program-meta { grid-template-columns: 1fr; }
  .lfc-program-meta > div { padding: 16px 0; }
  .lfc-program-meta > div + div { padding-left: 0; border-top: 1px solid var(--lfc-line); border-left: 0; }
  .lfc-program-preview__media { padding: 12px 12px 0 0; }
  .lfc-program-preview__badge { position: relative; right: auto; bottom: auto; width: calc(100% - 22px); margin: -18px 0 0 auto; }
  .lfc-active-membership { align-items: stretch; flex-direction: column; }
  .lfc-subscription-card { grid-template-columns: 1fr; gap: 24px; }
  .lfc-subscription-card__price { justify-content: start; text-align: left; }
  .lfc-subscription-card .lfc-btn { margin-top: 4px; }
  .lfc-memberships-hero__media { padding: 12px 12px 0 0; }
  .lfc-memberships-hero__badge { position: relative; right: auto; bottom: auto; width: calc(100% - 22px); margin: -18px 0 0 auto; }
  .lfc-results-showcase,
  .lfc-proof-grid { grid-template-columns: 1fr; }
  .lfc-result-media,
  .lfc-result-media--featured { grid-column: auto; height: min(124vw, 610px); }
  .lfc-results__footer { align-items: stretch; flex-direction: column; }
  .lfc-program-card { min-height: 280px; }
  .lfc-media-badge { right: 10px; bottom: -22px; }
  .lfc-actions { display: grid; grid-template-columns: 1fr; }
  .lfc-btn { width: 100%; }
  .lfc-accordion summary { min-height: 68px; font-size: 15px; }
}
