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

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

.figv-viewer-section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #25202a;
  font-family: inherit;
}

.figv-viewer-section .figv-section {
  width: 100% !important;
}

.figv-viewer-section .figv-section-white {
  background: #ffffff;
}

.figv-viewer-section .figv-section-tint {
  background: linear-gradient(180deg, #fff7fb 0%, #f8fbf7 100%);
}

.figv-viewer-section .figv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.figv-viewer-section h2,
.figv-viewer-section h3,
.figv-viewer-section p {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.figv-viewer-section h2 {
  color: #1f1a24;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.figv-viewer-section .figv-intro {
  color: #5f5867;
  line-height: 1.7;
  max-width: 780px;
  margin-top: 0;
}

.figv-viewer-section .figv-grid {
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}

.figv-viewer-section .figv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eadfe8;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 78, 132, 0.08), transparent 38%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(83, 49, 76, 0.1);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 320ms ease;
}

.figv-viewer-section .figv-card::after {
  content: "";
  position: absolute;
  inset: auto 18% 0 18%;
  height: 3px;
  background: linear-gradient(90deg, #e64e84, #f3a941, #5c9f7b);
  border-radius: 999px 999px 0 0;
  opacity: 0.78;
  transform: scaleX(0.52);
  transform-origin: center;
  transition: transform 320ms ease, opacity 320ms ease;
}

.figv-viewer-section .figv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(230, 78, 132, 0.34);
  box-shadow: 0 24px 58px rgba(83, 49, 76, 0.16);
}

.figv-viewer-section .figv-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.figv-viewer-section .figv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #e64e84 0%, #f3a941 100%);
  box-shadow: 0 14px 30px rgba(230, 78, 132, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.figv-viewer-section .figv-card:hover .figv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(230, 78, 132, 0.28);
}

.figv-viewer-section .figv-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.figv-viewer-section h3 {
  color: #241f29;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.figv-viewer-section .figv-card p {
  color: #625b68;
  line-height: 1.65;
}

.figv-viewer-section.figv-enhanced .figv-card {
  opacity: 0;
  transform: translateY(18px);
}

.figv-viewer-section.figv-enhanced .figv-card.figv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .figv-viewer-section .figv-container {
    padding: 0 24px;
  }

  .figv-viewer-section h2 {
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .figv-viewer-section .figv-intro {
    font-size: 17px;
    margin-bottom: 46px;
  }

  .figv-viewer-section .figv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .figv-viewer-section .figv-card {
    min-height: 294px;
    padding: 34px 28px 32px;
  }

  .figv-viewer-section .figv-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .figv-viewer-section .figv-i {
    font-size: 28px;
  }

  .figv-viewer-section h3 {
    font-size: 21px;
    margin: 0 0 13px;
  }

  .figv-viewer-section .figv-card p {
    font-size: 15.5px;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .figv-viewer-section .figv-section {
    padding: 68px 0;
  }

  .figv-viewer-section .figv-container {
    padding: 0 22px;
  }

  .figv-viewer-section h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .figv-viewer-section .figv-intro {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .figv-viewer-section .figv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .figv-viewer-section .figv-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .figv-viewer-section .figv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .figv-viewer-section .figv-i {
    font-size: 25px;
  }

  .figv-viewer-section h3 {
    font-size: 19px;
    margin: 0 0 12px;
  }

  .figv-viewer-section .figv-card p {
    font-size: 15px;
    margin: 0;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .figv-viewer-section .figv-section {
    padding: 48px 0;
  }

  .figv-viewer-section .figv-container {
    padding: 0 16px;
  }

  .figv-viewer-section h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .figv-viewer-section .figv-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 26px;
  }

  .figv-viewer-section .figv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .figv-viewer-section .figv-card {
    min-height: 230px;
    padding: 22px 14px 21px;
    border-radius: 17px;
  }

  .figv-viewer-section .figv-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .figv-viewer-section .figv-i {
    font-size: 21px;
  }

  .figv-viewer-section h3 {
    font-size: 16px;
    margin: 0 0 9px;
  }

  .figv-viewer-section .figv-card p {
    font-size: 13px;
    line-height: 1.48;
    margin: 0;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .figv-viewer-section .figv-section {
    padding: 42px 0;
  }

  .figv-viewer-section .figv-container {
    padding: 0 13px;
  }

  .figv-viewer-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .figv-viewer-section .figv-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 22px;
  }

  .figv-viewer-section .figv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .figv-viewer-section .figv-card {
    min-height: 220px;
    padding: 19px 12px 18px;
    border-radius: 15px;
  }

  .figv-viewer-section .figv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 14px;
  }

  .figv-viewer-section .figv-i {
    font-size: 19px;
  }

  .figv-viewer-section h3 {
    font-size: 15px;
    margin: 0 0 8px;
  }

  .figv-viewer-section .figv-card p {
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .figv-viewer-section .figv-section {
    padding: 36px 0;
  }

  .figv-viewer-section .figv-container {
    padding: 0 10px;
  }

  .figv-viewer-section h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .figv-viewer-section .figv-intro {
    font-size: 12.5px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

  .figv-viewer-section .figv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .figv-viewer-section .figv-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .figv-viewer-section .figv-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .figv-viewer-section .figv-i {
    font-size: 17px;
  }

  .figv-viewer-section h3 {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .figv-viewer-section .figv-card p {
    font-size: 11.8px;
    line-height: 1.4;
    margin: 0;
  }
}

@media (max-width: 319px) {
  .figv-viewer-section .figv-grid {
    grid-template-columns: 1fr;
  }
}