@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.lfpv-locked-profile-viewer,
.lfpv-locked-profile-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.lfpv-locked-profile-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #16211f;
  font-family: inherit;
}

.lfpv-locked-profile-viewer .lfpv-section {
  width: 100% !important;
  overflow: hidden;
}

.lfpv-locked-profile-viewer .lfpv-section-one,
.lfpv-locked-profile-viewer .lfpv-section-three {
  background: #ffffff;
}

.lfpv-locked-profile-viewer .lfpv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 131, 107, 0.1), transparent 34%),
    linear-gradient(180deg, #f4fbf8 0%, #eef7f3 100%);
}

.lfpv-locked-profile-viewer .lfpv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.lfpv-locked-profile-viewer h2 {
  margin: 0 auto;
  max-width: 1040px;
  color: #10201d;
  font-weight: 800;
  line-height: 1.14;
  text-align: center;
  letter-spacing: 0;
}

.lfpv-locked-profile-viewer .lfpv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #55635f;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.lfpv-locked-profile-viewer .lfpv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.lfpv-locked-profile-viewer .lfpv-card {
  position: relative;
  display: block;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(24, 131, 107, 0.42), rgba(210, 154, 62, 0.34)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px rgba(21, 76, 65, 0.11);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}

.lfpv-locked-profile-viewer .lfpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 131, 107, 0.08), rgba(210, 154, 62, 0.1));
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}

.lfpv-locked-profile-viewer .lfpv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(21, 76, 65, 0.17);
}

.lfpv-locked-profile-viewer .lfpv-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.lfpv-locked-profile-viewer .lfpv-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, #18836b 0%, #d29a3e 100%);
  box-shadow: 0 14px 30px rgba(24, 131, 107, 0.25);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.lfpv-locked-profile-viewer .lfpv-card:hover .lfpv-icon {
  transform: translateY(-4px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(210, 154, 62, 0.28);
}

.lfpv-locked-profile-viewer .lfpv-i {
  color: inherit;
  line-height: 1;
  text-align: center;
}

.lfpv-locked-profile-viewer h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #10201d;
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
  letter-spacing: 0;
}

.lfpv-locked-profile-viewer .lfpv-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #61716d;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

.lfpv-locked-profile-viewer.lfpv-js .lfpv-reveal-card {
  opacity: 0;
  transform: translateY(18px);
}

.lfpv-locked-profile-viewer.lfpv-js .lfpv-reveal-card.lfpv-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}

@media (min-width: 1024px) {
  .lfpv-locked-profile-viewer .lfpv-section {
    padding: 88px 0;
  }

  .lfpv-locked-profile-viewer .lfpv-container {
    padding: 0 28px;
  }

  .lfpv-locked-profile-viewer h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .lfpv-locked-profile-viewer .lfpv-intro {
    font-size: 17px;
  }

  .lfpv-locked-profile-viewer .lfpv-grid {
    gap: 26px;
    margin-top: 42px;
  }

  .lfpv-locked-profile-viewer .lfpv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lfpv-locked-profile-viewer .lfpv-grid-eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lfpv-locked-profile-viewer .lfpv-card {
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 22px;
  }

  .lfpv-locked-profile-viewer .lfpv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 28px;
  }

  .lfpv-locked-profile-viewer h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .lfpv-locked-profile-viewer .lfpv-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lfpv-locked-profile-viewer .lfpv-section {
    padding: 72px 0;
  }

  .lfpv-locked-profile-viewer .lfpv-container {
    padding: 0 24px;
  }

  .lfpv-locked-profile-viewer h2 {
    font-size: 34px;
  }

  .lfpv-locked-profile-viewer .lfpv-intro {
    font-size: 16px;
  }

  .lfpv-locked-profile-viewer .lfpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .lfpv-locked-profile-viewer .lfpv-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .lfpv-locked-profile-viewer .lfpv-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    border-radius: 18px;
    font-size: 25px;
  }

  .lfpv-locked-profile-viewer h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .lfpv-locked-profile-viewer .lfpv-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .lfpv-locked-profile-viewer .lfpv-section {
    padding: 56px 0;
  }

  .lfpv-locked-profile-viewer .lfpv-container {
    padding: 0 16px;
  }

  .lfpv-locked-profile-viewer h2 {
    max-width: 390px;
    font-size: 28px;
  }

  .lfpv-locked-profile-viewer .lfpv-intro {
    max-width: 430px;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .lfpv-locked-profile-viewer .lfpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .lfpv-locked-profile-viewer .lfpv-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .lfpv-locked-profile-viewer .lfpv-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 21px;
  }

  .lfpv-locked-profile-viewer h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .lfpv-locked-profile-viewer .lfpv-card p {
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .lfpv-locked-profile-viewer .lfpv-section {
    padding: 48px 0;
  }

  .lfpv-locked-profile-viewer .lfpv-container {
    padding: 0 12px;
  }

  .lfpv-locked-profile-viewer h2 {
    max-width: 340px;
    font-size: 25px;
  }

  .lfpv-locked-profile-viewer .lfpv-intro {
    font-size: 13.5px;
    line-height: 1.48;
  }

  .lfpv-locked-profile-viewer .lfpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .lfpv-locked-profile-viewer .lfpv-card {
    min-height: 222px;
    padding: 20px 12px;
    border-radius: 15px;
  }

  .lfpv-locked-profile-viewer .lfpv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }

  .lfpv-locked-profile-viewer h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .lfpv-locked-profile-viewer .lfpv-card p {
    font-size: 12.5px;
    line-height: 1.42;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .lfpv-locked-profile-viewer .lfpv-section {
    padding: 42px 0;
  }

  .lfpv-locked-profile-viewer .lfpv-container {
    padding: 0 10px;
  }

  .lfpv-locked-profile-viewer h2 {
    max-width: 300px;
    font-size: 22px;
    line-height: 1.18;
  }

  .lfpv-locked-profile-viewer .lfpv-intro {
    font-size: 12.8px;
    line-height: 1.44;
  }

  .lfpv-locked-profile-viewer .lfpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .lfpv-locked-profile-viewer .lfpv-card {
    min-height: 214px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .lfpv-locked-profile-viewer .lfpv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    border-radius: 13px;
    font-size: 18px;
  }

  .lfpv-locked-profile-viewer h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .lfpv-locked-profile-viewer .lfpv-card p {
    font-size: 12px;
    line-height: 1.38;
  }
}