@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');

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

.ipvp-profile-picture-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1d2633;
  font-family: inherit;
}

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

.ipvp-profile-picture-viewer .ipvp-section-white {
  background: #ffffff;
}

.ipvp-profile-picture-viewer .ipvp-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(236, 72, 153, 0.13), transparent 36%),
    linear-gradient(180deg, #fff7fb 0%, #fffaf3 100%);
}

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

.ipvp-profile-picture-viewer h2,
.ipvp-profile-picture-viewer .ipvp-intro,
.ipvp-profile-picture-viewer h3,
.ipvp-profile-picture-viewer p {
  text-align: center !important;
}

.ipvp-profile-picture-viewer h2 {
  margin: 0 auto;
  color: #151a24;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.ipvp-profile-picture-viewer .ipvp-intro {
  max-width: 760px;
  margin: 0 auto;
  color: #5e6878;
  line-height: 1.7;
  font-weight: 450;
}

.ipvp-profile-picture-viewer .ipvp-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ipvp-profile-picture-viewer .ipvp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)) padding-box,
    linear-gradient(135deg, rgba(236,72,153,0.34), rgba(245,158,11,0.24)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(123, 58, 91, 0.12);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  overflow: hidden;
}

.ipvp-profile-picture-viewer .ipvp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(236,72,153,0.08), rgba(245,158,11,0.07));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ipvp-profile-picture-viewer .ipvp-card-tinted {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,252,247,0.94)) padding-box,
    linear-gradient(135deg, rgba(236,72,153,0.28), rgba(245,158,11,0.34)) border-box;
}

.ipvp-profile-picture-viewer .ipvp-card:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 26px 62px rgba(123, 58, 91, 0.18);
}

.ipvp-profile-picture-viewer .ipvp-card:hover::before {
  opacity: 1;
}

.ipvp-profile-picture-viewer .ipvp-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #e1306c 0%, #fd1d1d 46%, #f77737 100%);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
  text-align: center !important;
}

.ipvp-profile-picture-viewer .ipvp-card:hover .ipvp-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(225, 48, 108, 0.31);
}

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

.ipvp-profile-picture-viewer h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1d2633;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}

.ipvp-profile-picture-viewer p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #626d7d;
  line-height: 1.62;
  font-weight: 430;
}

.ipvp-profile-picture-viewer .ipvp-card.ipvp-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ipvp-profile-picture-viewer .ipvp-card.ipvp-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .ipvp-profile-picture-viewer .ipvp-container {
    padding: 0 28px;
  }

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

  .ipvp-profile-picture-viewer .ipvp-intro {
    margin-top: 16px;
    font-size: 17px;
  }

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

  .ipvp-profile-picture-viewer .ipvp-grid {
    gap: 26px;
    margin-top: 42px;
  }

  .ipvp-profile-picture-viewer .ipvp-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

  .ipvp-profile-picture-viewer .ipvp-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .ipvp-profile-picture-viewer h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ipvp-profile-picture-viewer p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ipvp-profile-picture-viewer .ipvp-section {
    padding: 70px 0;
  }

  .ipvp-profile-picture-viewer .ipvp-container {
    padding: 0 24px;
  }

  .ipvp-profile-picture-viewer h2 {
    font-size: 34px;
  }

  .ipvp-profile-picture-viewer .ipvp-intro {
    margin-top: 14px;
    font-size: 16px;
  }

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

  .ipvp-profile-picture-viewer .ipvp-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .ipvp-profile-picture-viewer .ipvp-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
    font-size: 25px;
  }

  .ipvp-profile-picture-viewer h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .ipvp-profile-picture-viewer p {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ipvp-profile-picture-viewer .ipvp-section {
    padding: 52px 0;
  }

  .ipvp-profile-picture-viewer .ipvp-container {
    padding: 0 16px;
  }

  .ipvp-profile-picture-viewer h2 {
    font-size: 27px;
    max-width: 420px;
  }

  .ipvp-profile-picture-viewer .ipvp-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.62;
  }

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

  .ipvp-profile-picture-viewer .ipvp-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .ipvp-profile-picture-viewer .ipvp-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 21px;
  }

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

  .ipvp-profile-picture-viewer p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ipvp-profile-picture-viewer .ipvp-section {
    padding: 46px 0;
  }

  .ipvp-profile-picture-viewer .ipvp-container {
    padding: 0 13px;
  }

  .ipvp-profile-picture-viewer h2 {
    font-size: 24px;
    max-width: 350px;
  }

  .ipvp-profile-picture-viewer .ipvp-intro {
    margin-top: 10px;
    font-size: 13.8px;
    line-height: 1.56;
  }

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

  .ipvp-profile-picture-viewer .ipvp-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

  .ipvp-profile-picture-viewer .ipvp-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 19px;
  }

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

  .ipvp-profile-picture-viewer p {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ipvp-profile-picture-viewer .ipvp-section {
    padding: 40px 0;
  }

  .ipvp-profile-picture-viewer .ipvp-container {
    padding: 0 10px;
  }

  .ipvp-profile-picture-viewer h2 {
    font-size: 21px;
    max-width: 300px;
  }

  .ipvp-profile-picture-viewer .ipvp-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }

  .ipvp-profile-picture-viewer .ipvp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }

  .ipvp-profile-picture-viewer .ipvp-card {
    min-height: 216px;
    padding: 16px 8px 15px;
    border-radius: 13px;
  }

  .ipvp-profile-picture-viewer .ipvp-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .ipvp-profile-picture-viewer h3 {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .ipvp-profile-picture-viewer p {
    font-size: 11.6px;
    line-height: 1.4;
  }
}