/* LetiFitness Stripe Programs */

.lfp-section,
.lfp-section * {
  box-sizing: border-box;
}

.lfp-section {
  position: relative;
  overflow: hidden;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: calc(100vh - 90px);
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 84px 20px;
  background: #070707;
  color: #fff;
}

.lfp-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(7, 7, 7, .18), rgba(7, 7, 7, .9)),
    url("https://letifitness.hu/wp-content/uploads/2026/06/c0957283-c093-4788-b593-693bc7f7837f.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  pointer-events: none;
}

.lfp-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 79, 163, .16), transparent 24%, transparent 76%, rgba(255, 79, 163, .12)),
    radial-gradient(circle at 50% 10%, rgba(255, 79, 163, .2), transparent 32%);
}

.lfp-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.lfp-head {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.lfp-head span,
.lfp-checkout-summary span {
  display: inline-block;
  margin-bottom: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ff65ae !important;
}

.lfp-head h1,
.lfp-checkout-summary h1,
.lfp-panel h1 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .94;
  letter-spacing: 0;
  color: #fff !important;
  text-shadow: 0 10px 34px rgba(0, 0, 0, .55);
}

.lfp-head p,
.lfp-checkout-summary p,
.lfp-panel p {
  max-width: 680px;
  margin: 18px auto 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #f3eaf0 !important;
}

.lfp-program-grid,
.lfp-auth-grid,
.lfp-checkout-wrap,
.lfp-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.lfp-program-card,
.lfp-panel,
.lfp-empty,
.lfp-video-card {
  border: 1px solid rgba(255, 101, 174, .46);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 79, 163, .15), rgba(15, 13, 17, .94) 42%, rgba(255, 79, 163, .06));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .36), 0 0 28px rgba(255, 79, 163, .08);
  backdrop-filter: blur(10px);
}

.lfp-program-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.lfp-program-img {
  position: relative;
  min-height: 320px;
  aspect-ratio: 16 / 11;
  background: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 79, 163, .24);
}

.lfp-program-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, .02), rgba(7, 7, 7, .22));
  pointer-events: none;
}

.lfp-program-img span {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  border: 1px solid rgba(255, 101, 174, .64);
  border-radius: 999px;
  background: rgba(13, 11, 16, .72);
  color: #ff8fc8 !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.lfp-program-body,
.lfp-panel,
.lfp-video-card,
.lfp-empty {
  padding: 28px;
}

.lfp-program-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.lfp-program-body h2,
.lfp-panel h2,
.lfp-video-list h2,
.lfp-video-card h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff !important;
}

.lfp-program-body p,
.lfp-empty {
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #e7dde4 !important;
}

.lfp-program-body ul,
.lfp-panel ul,
.lfp-checkout-summary ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lfp-program-body li,
.lfp-panel li,
.lfp-checkout-summary li {
  position: relative;
  padding-left: 20px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #d8ced6 !important;
}

.lfp-program-body li::before,
.lfp-panel li::before,
.lfp-checkout-summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4fa3;
  box-shadow: 0 0 12px rgba(255, 79, 163, .9);
}

.lfp-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 24px;
}

.lfp-card-footer strong,
.lfp-price-big {
  color: #ff73b9 !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.lfp-price-big {
  margin: 22px 0 0;
  font-size: 34px;
}

.lfp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: #ff4fa3;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.lfp-btn:hover,
.lfp-btn:focus {
  background: #f72b8a;
  box-shadow: 0 14px 28px rgba(247, 43, 138, .24);
  color: #fff !important;
  transform: translateY(-1px);
}

.lfp-btn-full {
  width: 100%;
  margin-top: 18px;
}

.lfp-panel label,
.lfp-admin-panel label {
  display: block;
  margin: 14px 0 6px;
  color: #ff8fc8 !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.lfp-panel input,
.lfp-panel textarea,
.lfp-panel select,
.lfp-admin-panel input,
.lfp-admin-panel textarea,
.lfp-admin-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 79, 163, .42) !important;
  border-radius: 8px;
  background: #241b25 !important;
  padding: 0 14px;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif;
  box-shadow: none !important;
}

.lfp-panel textarea,
.lfp-admin-panel textarea {
  min-height: 96px;
  padding-top: 12px;
  resize: vertical;
}

.lfp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lfp-auth-container {
  max-width: 980px;
}

.lfp-checkout-form {
  position: sticky;
  top: 24px;
}

.lfp-alert {
  padding: 14px 16px;
  border-radius: 12px;
  margin: 0 0 18px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
}

.lfp-alert-success {
  border: 1px solid rgba(81, 255, 170, .42);
  background: rgba(81, 255, 170, .1);
  color: #caffdf !important;
}

.lfp-alert-error {
  border: 1px solid rgba(255, 79, 163, .52);
  background: rgba(255, 79, 163, .12);
  color: #ffd1e7 !important;
}

.lfp-small {
  font-size: 13px !important;
  color: #c9c3cc !important;
}

.lfp-content-panel {
  margin-top: 24px;
}

.lfp-account-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin: 0 0 42px;
}

.lfp-account-summary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 24px;
  min-height: 0;
  padding: 26px !important;
}

.lfp-account-summary > span,
.lfp-section-title span {
  display: inline-block;
  margin-bottom: 12px;
  color: #ff8fc8 !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lfp-account-summary > span,
.lfp-account-summary > h2,
.lfp-account-summary > p {
  grid-column: 1;
}

.lfp-account-summary h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 38px;
}

.lfp-account-summary p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow-wrap: anywhere;
}

.lfp-account-stats {
  grid-column: 2;
  grid-row: 1 / 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.lfp-account-stats div {
  display: grid;
  gap: 6px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(255, 101, 174, .28);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
}

.lfp-account-stats strong {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.lfp-account-stats span {
  color: #d8ced6;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
}

.lfp-account-form {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px !important;
}

.lfp-account-form h2 {
  margin-bottom: 8px;
  font-size: 30px;
}

.lfp-account-form .lfp-btn {
  align-self: flex-start;
  margin-top: auto;
}

.lfp-account-form input {
  min-width: 0;
}

.lfp-section-title {
  margin: 8px 0 20px;
}

.lfp-section-title h2 {
  margin: 0;
  color: #fff !important;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.lfp-pdf-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.lfp-pdf-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 101, 174, .38);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: #fff !important;
  text-decoration: none !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.lfp-pdf-card:hover,
.lfp-pdf-card:focus {
  border-color: rgba(255, 101, 174, .84);
  background: rgba(255, 79, 163, .15);
  transform: translateY(-1px);
}

.lfp-pdf-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ff4fa3;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.lfp-pdf-card strong {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.lfp-rich-content {
  color: #e7dde4 !important;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.7;
}

.lfp-rich-content h1,
.lfp-rich-content h2,
.lfp-rich-content h3 {
  color: #fff !important;
  font-family: "Bebas Neue", Impact, sans-serif;
}

.lfp-video-list {
  margin-top: 34px;
}

.lfp-video-list > h2 {
  margin-bottom: 18px;
}

.lfp-video-player {
  margin: 18px 0 24px;
  border: 1px solid rgba(255, 101, 174, .46);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 79, 163, .15), rgba(15, 13, 17, .94) 42%, rgba(255, 79, 163, .06));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .36), 0 0 28px rgba(255, 79, 163, .08);
  overflow: hidden;
}

.lfp-video-player-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 79, 163, .22);
}

.lfp-video-player-head span {
  flex: 0 0 auto;
  color: #ff8fc8 !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lfp-video-player-head h3 {
  margin: 0;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
}

.lfp-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lfp-video-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 101, 174, .32);
  border-radius: 14px;
  background: rgba(15, 13, 17, .74);
  color: #fff !important;
  cursor: pointer;
  text-align: left;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.lfp-video-card:hover,
.lfp-video-card:focus,
.lfp-video-card.is-active {
  border-color: rgba(255, 101, 174, .82);
  background: rgba(255, 79, 163, .15);
  transform: translateY(-1px);
}

.lfp-video-card h3 {
  margin-bottom: 14px;
  font-size: 30px;
}

.lfp-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 79, 163, .22), rgba(15, 13, 17, .72)),
    #120d12;
  background-position: center;
  background-size: cover;
}

.lfp-video-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 79, 163, .9);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .28);
  transform: translate(-50%, -50%);
}

.lfp-video-thumb::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: 2px;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  transform: translate(-50%, -50%);
}

.lfp-video-thumb span {
  position: absolute;
  z-index: 3;
  left: 8px;
  top: 8px;
  min-width: 28px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .68);
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.lfp-video-card-title {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lfp-video-embed {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.lfp-video-embed iframe,
.lfp-video-embed video {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}

.lfp-empty {
  text-align: center;
}

/* Frontend admin */

.lfp-front-admin .lfp-container {
  max-width: 1360px !important;
}

.lfp-front-admin .lfp-admin-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.lfp-admin-panel {
  margin: 0 0 28px;
  padding: 32px !important;
}

.lfp-admin-panel h2 {
  margin: 0 0 18px;
  color: #fff !important;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.lfp-admin-panel form {
  display: grid;
  gap: 12px;
}

.lfp-admin-table-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

.lfp-admin-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
}

.lfp-admin-table th,
.lfp-admin-table td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(255, 79, 163, .22);
  text-align: left;
  vertical-align: top;
}

.lfp-admin-table th {
  color: #ff8fc8 !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.lfp-admin-table td,
.lfp-admin-table small {
  color: #e7dde4 !important;
}

.lfp-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 2px;
  padding: 0 12px;
  border: 1px solid rgba(255, 79, 163, .48);
  border-radius: 8px;
  background: rgba(255, 79, 163, .18);
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none !important;
}

.lfp-mini-btn:hover {
  background: #ff4fa3;
}

.lfp-admin-login-panel {
  max-width: 520px;
  margin: 0 auto;
}

/* WordPress admin */

.lfp-wp-admin {
  max-width: 1280px;
}

.lfp-admin-hero,
.lfp-admin-card,
.lfp-admin-stats > div {
  border: 1px solid #e7d5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 20, 20, .06);
}

.lfp-admin-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 18px 0;
  padding: 28px;
}

.lfp-admin-hero-compact {
  align-items: center;
}

.lfp-admin-kicker {
  margin: 0 0 6px;
  color: #d92c87;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lfp-admin-hero h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
}

.lfp-admin-hero p:not(.lfp-admin-kicker) {
  max-width: 760px;
  margin: 8px 0 0;
  color: #4b4248;
  font-size: 15px;
}

.lfp-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lfp-admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.lfp-admin-stats > div {
  padding: 20px;
}

.lfp-admin-stats strong {
  display: block;
  color: #141014;
  font-size: 28px;
  line-height: 1.1;
}

.lfp-admin-stats span {
  display: block;
  margin-top: 6px;
  color: #6a5d66;
}

.lfp-admin-card {
  margin: 18px 0;
  padding: 24px;
}

.lfp-admin-card h2 {
  margin-top: 0;
}

.lfp-admin-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lfp-admin-link-grid code,
.lfp-wp-order-table code {
  display: block;
  max-width: 100%;
  padding: 8px 10px;
  overflow-wrap: anywhere;
  border-radius: 6px;
  background: #f8edf3;
  color: #4b2538;
}

.lfp-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lfp-admin-field {
  margin: 0 0 16px;
}

.lfp-admin-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.lfp-admin-field input,
.lfp-admin-field textarea {
  width: 100%;
  max-width: 940px;
}

.lfp-admin-field-compact input {
  max-width: 100%;
}

.lfp-admin-help {
  margin-top: 5px;
  color: #666;
  font-size: 12px;
}

.lfp-settings-form h2 {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #eadde4;
}

.lfp-settings-form h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.lfp-wp-order-table {
  min-width: 1050px;
}

.lfp-wp-order-table th {
  white-space: nowrap;
}

.lfp-admin-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #f1edf0;
  color: #453b42;
  font-size: 12px;
  font-weight: 700;
}

.lfp-status-paid,
.lfp-status-success,
.lfp-status-created {
  background: #e8f7ee;
  color: #146c37;
}

.lfp-status-pending,
.lfp-status-not_created {
  background: #fff6df;
  color: #805800;
}

.lfp-status-failed,
.lfp-status-cancelled {
  background: #ffe9e9;
  color: #a32121;
}

.lfp-admin-actions-cell .button {
  margin: 0 4px 4px 0;
}

/* Theme compatibility */

.lfp-system-page .entry-header,
.lfp-system-page .page-header,
.lfp-system-page .entry-title,
.lfp-system-page .page-title,
.lfp-system-page h1.entry-title,
.lfp-system-page .elementor-page-title,
.lfp-system-page .wp-block-post-title {
  display: none !important;
}

.lfp-system-page #primary,
.lfp-system-page #content,
.lfp-system-page .site-content,
.lfp-system-page .content-area,
.lfp-system-page main,
.lfp-system-page article,
.lfp-system-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lfp-system-page .entry-content > p:empty {
  display: none !important;
}

@media (max-width: 1024px) {
  .lfp-program-grid,
  .lfp-auth-grid,
  .lfp-checkout-wrap,
  .lfp-access-grid {
    grid-template-columns: 1fr;
  }

  .lfp-checkout-form {
    position: relative;
    top: auto;
  }

  .lfp-admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfp-account-dashboard {
    grid-template-columns: 1fr 1fr;
  }

  .lfp-account-summary {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .lfp-account-summary > span,
  .lfp-account-summary > h2,
  .lfp-account-summary > p,
  .lfp-account-stats {
    grid-column: 1;
  }

  .lfp-account-stats {
    grid-row: auto;
  }

  .lfp-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .lfp-admin-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .lfp-admin-link-grid,
  .lfp-meta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lfp-section {
    min-height: auto;
    padding: 68px 16px;
  }

  .lfp-bg {
    background-attachment: scroll;
  }

  .lfp-program-img {
    min-height: 260px;
  }

  .lfp-program-img span {
    left: 12px;
    right: auto;
    top: 12px;
  }

  .lfp-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .lfp-card-footer .lfp-btn,
  .lfp-btn {
    width: 100%;
  }

  .lfp-form-row,
  .lfp-account-dashboard,
  .lfp-admin-stats {
    grid-template-columns: 1fr;
  }

  .lfp-account-summary {
    gap: 18px;
    padding: 24px !important;
  }

  .lfp-account-stats {
    grid-template-columns: 1fr;
  }

  .lfp-account-form .lfp-btn {
    width: 100%;
  }

  .lfp-program-body,
  .lfp-panel,
  .lfp-video-card,
  .lfp-empty,
  .lfp-admin-panel {
    padding: 24px !important;
  }

  .lfp-video-embed iframe,
  .lfp-video-embed video {
    min-height: 320px;
  }

  .lfp-video-player-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .lfp-video-player-head h3 {
    text-align: left;
  }

  .lfp-video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lfp-head h1,
  .lfp-checkout-summary h1,
  .lfp-panel h1 {
    font-size: 44px;
  }

  .lfp-program-body h2,
  .lfp-panel h2 {
    font-size: 34px;
  }

  .lfp-account-summary h2 {
    font-size: 34px;
  }

  .lfp-account-form h2,
  .lfp-section-title h2 {
    font-size: 30px;
  }
}


/* Secure authentication forms */
.lfp-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.lfp-password-field {
  position: relative;
}

.lfp-password-field input {
  padding-right: 82px !important;
}

.lfp-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  min-width: 62px;
  min-height: 34px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 101, 174, .42);
  border-radius: 7px;
  background: rgba(255, 79, 163, .12);
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.lfp-password-toggle:hover,
.lfp-password-toggle:focus {
  background: rgba(255, 79, 163, .24);
  outline: 2px solid rgba(255, 101, 174, .36);
  outline-offset: 1px;
}

.lfp-password-meter {
  height: 7px;
  margin-top: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.lfp-password-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #7f1d1d;
  transition: width .18s ease, background .18s ease;
}

.lfp-password-meter[data-strength="very-weak"] span { width: 20%; background: #ef4444; }
.lfp-password-meter[data-strength="weak"] span { width: 40%; background: #f97316; }
.lfp-password-meter[data-strength="medium"] span { width: 70%; background: #eab308; }
.lfp-password-meter[data-strength="strong"] span { width: 100%; background: #22c55e; }

.lfp-password-feedback {
  min-height: 20px;
  margin: 7px 0 0 !important;
  font-size: 12px !important;
  font-weight: 700;
  color: #d8ced6 !important;
}

.lfp-password-feedback[data-strength="very-weak"],
.lfp-password-feedback[data-strength="weak"],
.lfp-password-feedback[data-match="no"] {
  color: #ffb4b4 !important;
}

.lfp-password-feedback[data-strength="medium"] {
  color: #ffe28a !important;
}

.lfp-password-feedback[data-strength="strong"],
.lfp-password-feedback[data-match="yes"] {
  color: #a7f3d0 !important;
}

.lfp-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
  margin-top: 15px !important;
  color: #e7dde4 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
}

.lfp-checkbox input {
  flex: 0 0 auto;
  width: 18px !important;
  min-height: 18px !important;
  margin-top: 1px;
  accent-color: #ff4fa3;
}

.lfp-checkbox a,
.lfp-small a {
  color: #ff8fc8 !important;
  text-decoration: underline !important;
}

.lfp-alert ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.lfp-alert li {
  margin: 4px 0;
}

/* Authentication and checkout flow v2 */
.lfp-auth-container-v2 {
  max-width: 1120px;
}

.lfp-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin: 0 auto 28px;
}

.lfp-flow-steps > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 101, 174, .22);
  border-radius: 12px;
  background: rgba(12, 10, 16, .7);
  color: #a99faa;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
}

.lfp-flow-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #c9c1c8;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.lfp-flow-steps span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lfp-flow-steps .is-active,
.lfp-flow-steps .is-complete {
  border-color: rgba(255, 101, 174, .62);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 79, 163, .17), rgba(14, 11, 17, .88));
}

.lfp-flow-steps .is-active strong,
.lfp-flow-steps .is-complete strong {
  background: #ff4fa3;
  color: #fff;
  box-shadow: 0 0 18px rgba(255, 79, 163, .36);
}

.lfp-flow-steps .is-complete strong::before {
  content: "✓";
}

.lfp-flow-steps .is-complete strong {
  font-size: 0;
}

.lfp-flow-steps .is-complete strong::before {
  font-size: 13px;
}

.lfp-auth-layout-v2 {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
}

.lfp-auth-context,
.lfp-auth-main {
  min-width: 0;
}

.lfp-auth-context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px !important;
}

.lfp-auth-context > span,
.lfp-auth-form-head > span,
.lfp-checkout-account span,
.lfp-centered-panel > span {
  display: block;
  margin-bottom: 10px;
  color: #ff8fc8 !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.lfp-auth-context h1 {
  margin: 0;
  color: #fff !important;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(42px, 4vw, 60px);
  line-height: .95;
}

.lfp-auth-context p {
  margin: 16px 0 0;
  color: #e7dde4 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.lfp-auth-context ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lfp-auth-context li {
  position: relative;
  padding-left: 27px;
  color: #f0e8ee;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.lfp-auth-context li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(255, 79, 163, .17);
  color: #ff84c3;
  font-size: 11px;
  font-weight: 900;
}

.lfp-auth-main {
  padding: 30px !important;
}

.lfp-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 24px;
  padding: 5px;
  border: 1px solid rgba(255, 101, 174, .26);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
}

.lfp-auth-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #cfc5cd !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.lfp-auth-tabs a.is-active {
  background: #ff4fa3;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(255, 79, 163, .22);
}

.lfp-auth-form-panel {
  display: none;
}

.lfp-auth-form-panel.is-active {
  display: block;
}

.lfp-auth-form-head {
  margin-bottom: 22px;
}

.lfp-auth-form-head h2 {
  margin: 0;
  color: #fff !important;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.lfp-auth-form-head p {
  margin: 10px 0 0;
  color: #d9cfd7 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.lfp-auth-main label,
.lfp-single-auth-form label {
  display: block;
  margin: 14px 0 6px;
  color: #ff8fc8 !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.lfp-auth-main input,
.lfp-single-auth-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 79, 163, .42) !important;
  border-radius: 9px;
  background: #241b25 !important;
  padding: 0 14px;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif;
  box-shadow: none !important;
}

.lfp-auth-main input:focus,
.lfp-single-auth-form input:focus {
  border-color: #ff73b9 !important;
  outline: 2px solid rgba(255, 79, 163, .16);
  outline-offset: 1px;
}

.lfp-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 15px 0 2px;
}

.lfp-login-options .lfp-checkbox {
  margin: 0 !important;
}

.lfp-login-options > a,
.lfp-auth-back a,
.lfp-password-actions button {
  color: #ff8fc8 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline !important;
}

.lfp-password-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.lfp-password-actions button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.lfp-caps-lock {
  min-height: 18px;
  margin: 5px 0 0 !important;
  color: #ffd27a !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 700;
}

.lfp-form-trust {
  margin-top: 14px !important;
  text-align: center;
}

.lfp-auth-back {
  margin-top: 18px !important;
  text-align: center;
}

.lfp-centered-panel {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.lfp-centered-panel h2 {
  margin: 0;
}

.lfp-centered-panel .lfp-btn {
  margin-top: 20px;
}

.lfp-checkout-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 101, 174, .26);
  border-radius: 10px;
  background: rgba(255, 255, 255, .05);
}

.lfp-checkout-account span {
  margin-bottom: 3px;
  font-size: 9px;
}

.lfp-checkout-account strong {
  display: block;
  overflow-wrap: anywhere;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
}

.lfp-checkout-account a {
  flex: 0 0 auto;
  color: #ff8fc8 !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline !important;
}

.lfp-btn[disabled],
.lfp-btn[aria-busy="true"] {
  opacity: .7;
  cursor: wait;
  transform: none !important;
}

.lfp-btn-outline {
  border: 1px solid rgba(255, 101, 174, .58);
  background: transparent;
}

.lfp-btn-outline:hover,
.lfp-btn-outline:focus {
  background: rgba(255, 79, 163, .12);
}

@media (max-width: 900px) {
  .lfp-auth-layout-v2 {
    grid-template-columns: 1fr;
  }

  .lfp-auth-context {
    padding: 28px !important;
  }

  .lfp-auth-context ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .lfp-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfp-auth-main,
  .lfp-auth-context {
    padding: 24px !important;
  }

  .lfp-auth-context ul {
    grid-template-columns: 1fr;
  }

  .lfp-login-options {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .lfp-flow-steps > div {
    padding: 8px;
  }

  .lfp-flow-steps span {
    font-size: 11px;
  }

  .lfp-auth-main,
  .lfp-auth-context {
    padding: 20px !important;
  }

  .lfp-auth-tabs a {
    font-size: 11px;
  }
}
