@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-facebook-profile-viewer,
.lfpv-locked-facebook-profile-viewer * {
  box-sizing: border-box !important;
  min-width: 0;
}

.lfpv-locked-facebook-profile-viewer {
  --lfpv-primary: #1f5f57;
  --lfpv-secondary: #38576d;
  --lfpv-accent: #d89035;
  --lfpv-soft: #f4f8f5;
  --lfpv-text: #17211f;
  --lfpv-muted: #64716d;
  --lfpv-border: rgba(31, 95, 87, 0.16);
  --lfpv-shadow: rgba(20, 48, 43, 0.14);
  width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: var(--lfpv-text);
  font-family: inherit;
}

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

.lfpv-locked-facebook-profile-viewer .lfpv-section-white {
  background: #ffffff !important;
}

.lfpv-locked-facebook-profile-viewer .lfpv-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 144, 53, 0.12), transparent 34%),
    linear-gradient(180deg, #f7faf8 0%, var(--lfpv-soft) 100%) !important;
}

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

.lfpv-locked-facebook-profile-viewer .lfpv-heading {
  margin: 0 auto !important;
  max-width: 1120px;
  text-align: center !important;
  color: var(--lfpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.lfpv-locked-facebook-profile-viewer .lfpv-intro {
  margin: 14px auto 0 !important;
  max-width: 760px;
  text-align: center !important;
  color: var(--lfpv-muted);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
}

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

.lfpv-locked-facebook-profile-viewer .lfpv-card {
  position: relative;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  height: 100% !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)) padding-box,
    linear-gradient(135deg, rgba(31,95,87,0.22), rgba(216,144,53,0.24)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px var(--lfpv-shadow);
  transform: translateY(0);
  opacity: 1;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}

.lfpv-locked-facebook-profile-viewer .lfpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 95, 87, 0.08), rgba(216, 144, 53, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.lfpv-locked-facebook-profile-viewer .lfpv-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 56px rgba(20, 48, 43, 0.2);
  border-color: rgba(31, 95, 87, 0.34);
}

.lfpv-locked-facebook-profile-viewer .lfpv-card:hover::before {
  opacity: 1;
}

.lfpv-locked-facebook-profile-viewer .lfpv-card:hover .lfpv-icon {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 14px 28px rgba(31, 95, 87, 0.22);
}

.lfpv-locked-facebook-profile-viewer .lfpv-icon {
  position: relative;
  z-index: 1;
  display: grid !important;
  place-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #ffffff;
  background: linear-gradient(135deg, var(--lfpv-primary), var(--lfpv-secondary) 58%, var(--lfpv-accent));
  box-shadow: 0 12px 24px rgba(31, 95, 87, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.lfpv-locked-facebook-profile-viewer .lfpv-i {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.lfpv-locked-facebook-profile-viewer .lfpv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: var(--lfpv-text);
  text-align: center !important;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.lfpv-locked-facebook-profile-viewer .lfpv-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto !important;
  color: var(--lfpv-muted);
  text-align: center !important;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0;
}

.lfpv-locked-facebook-profile-viewer .lfpv-reveal {
  transform: translateY(18px);
  opacity: 0.01;
}

.lfpv-locked-facebook-profile-viewer .lfpv-reveal.lfpv-visible {
  transform: translateY(0);
  opacity: 1;
}

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

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

  .lfpv-locked-facebook-profile-viewer .lfpv-heading {
    font-size: 38px;
  }

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

  .lfpv-locked-facebook-profile-viewer .lfpv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
    margin-top: 42px !important;
  }

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

  .lfpv-locked-facebook-profile-viewer .lfpv-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-i {
    font-size: 30px;
  }

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

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

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

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

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

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

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

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

  .lfpv-locked-facebook-profile-viewer .lfpv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 21px;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-i {
    font-size: 27px;
  }

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

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

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

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

  .lfpv-locked-facebook-profile-viewer .lfpv-heading {
    font-size: 28px;
    max-width: 420px;
  }

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

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

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

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

  .lfpv-locked-facebook-profile-viewer .lfpv-i {
    font-size: 22px;
  }

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

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

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

  .lfpv-locked-facebook-profile-viewer .lfpv-container {
    padding: 0 13px !important;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-heading {
    font-size: 25px;
    max-width: 350px;
  }

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

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

  .lfpv-locked-facebook-profile-viewer .lfpv-card {
    min-height: 220px !important;
    padding: 19px 11px !important;
    border-radius: 14px;
  }

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

  .lfpv-locked-facebook-profile-viewer .lfpv-i {
    font-size: 20px;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-card h3 {
    font-size: 14.5px;
    margin-bottom: 8px !important;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-card p {
    font-size: 12.2px;
    line-height: 1.44;
  }
}

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

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

  .lfpv-locked-facebook-profile-viewer .lfpv-heading {
    font-size: 22px;
    max-width: 300px;
  }

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

  .lfpv-locked-facebook-profile-viewer .lfpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin-top: 21px !important;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-card {
    min-height: 214px !important;
    padding: 17px 9px !important;
    border-radius: 13px;
  }

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

  .lfpv-locked-facebook-profile-viewer .lfpv-i {
    font-size: 18px;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-card h3 {
    font-size: 13.4px;
    margin-bottom: 7px !important;
  }

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

@media (max-width: 319px) {
  .lfpv-locked-facebook-profile-viewer .lfpv-section {
    padding: 38px 0 !important;
  }

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

  .lfpv-locked-facebook-profile-viewer .lfpv-heading {
    font-size: 21px;
  }

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

  .lfpv-locked-facebook-profile-viewer .lfpv-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-card {
    min-height: 210px !important;
    padding: 18px 12px !important;
    border-radius: 13px;
  }

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

  .lfpv-locked-facebook-profile-viewer .lfpv-i {
    font-size: 18px;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  .lfpv-locked-facebook-profile-viewer .lfpv-card,
  .lfpv-locked-facebook-profile-viewer .lfpv-icon,
  .lfpv-locked-facebook-profile-viewer .lfpv-card::before {
    transition: none !important;
  }

  .lfpv-locked-facebook-profile-viewer .lfpv-reveal {
    transform: none !important;
    opacity: 1 !important;
  }
}