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

.igpv-2026-viewer,
.igpv-2026-viewer * {
  box-sizing: border-box;
}

.igpv-2026-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.igpv-2026-viewer .igpv-2026-section {
  width: 100% !important;
  position: relative;
}

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

.igpv-2026-viewer .igpv-2026-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(233, 65, 111, 0.12), transparent 34%),
    linear-gradient(180deg, #fff7fa 0%, #fffaf5 100%);
}

.igpv-2026-viewer .igpv-2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 0;
}

.igpv-2026-viewer .igpv-2026-title {
  margin: 0;
  text-align: center;
  color: #172033;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.igpv-2026-viewer .igpv-2026-title span {
  color: #c42f6f;
}

.igpv-2026-viewer .igpv-2026-intro {
  margin: 16px auto 0;
  max-width: 760px;
  text-align: center;
  color: #5d6678;
  line-height: 1.7;
  font-weight: 500;
}

.igpv-2026-viewer .igpv-2026-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}

.igpv-2026-viewer .igpv-2026-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  border: 1px solid rgba(196, 47, 111, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(196, 47, 111, 0.08), rgba(245, 151, 80, 0.08));
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(196, 47, 111, 0.11);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  overflow: hidden;
}

.igpv-2026-viewer .igpv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196, 47, 111, 0.12), transparent 42%, rgba(245, 151, 80, 0.11));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igpv-2026-viewer .igpv-2026-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(196, 47, 111, 0.34);
  box-shadow: 0 24px 60px rgba(196, 47, 111, 0.18);
}

.igpv-2026-viewer .igpv-2026-card:hover::before {
  opacity: 1;
}

.igpv-2026-viewer .igpv-2026-card:hover .igpv-2026-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(196, 47, 111, 0.23);
}

.igpv-2026-viewer .igpv-2026-card:hover .igpv-2026-i {
  transform: scale(1.08);
}

.igpv-2026-viewer .igpv-2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #c42f6f 0%, #f59750 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(196, 47, 111, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igpv-2026-viewer .igpv-2026-i {
  display: block;
  line-height: 1;
  transition: transform 260ms ease;
}

.igpv-2026-viewer .igpv-2026-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #172033;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.24;
}

.igpv-2026-viewer .igpv-2026-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #616a7c;
  line-height: 1.62;
  font-weight: 500;
}

.igpv-2026-viewer .igpv-2026-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.igpv-2026-viewer .igpv-2026-reveal.igpv-2026-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .igpv-2026-viewer .igpv-2026-section {
    padding: 86px 0;
  }

  .igpv-2026-viewer .igpv-2026-title {
    font-size: 42px;
    white-space: nowrap;
  }

  .igpv-2026-viewer .igpv-2026-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

  .igpv-2026-viewer .igpv-2026-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

  .igpv-2026-viewer .igpv-2026-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    font-size: 29px;
  }

  .igpv-2026-viewer .igpv-2026-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .igpv-2026-viewer .igpv-2026-card p {
    font-size: 15px;
  }
}

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

  .igpv-2026-viewer .igpv-2026-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .igpv-2026-viewer .igpv-2026-title {
    font-size: 34px;
  }

  .igpv-2026-viewer .igpv-2026-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .igpv-2026-viewer .igpv-2026-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .igpv-2026-viewer .igpv-2026-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
    font-size: 26px;
  }

  .igpv-2026-viewer .igpv-2026-card h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .igpv-2026-viewer .igpv-2026-card p {
    font-size: 14px;
  }
}

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

  .igpv-2026-viewer .igpv-2026-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .igpv-2026-viewer .igpv-2026-title {
    font-size: 28px;
  }

  .igpv-2026-viewer .igpv-2026-title span {
    display: block;
  }

  .igpv-2026-viewer .igpv-2026-intro {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 26px;
  }

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

  .igpv-2026-viewer .igpv-2026-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .igpv-2026-viewer .igpv-2026-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 16px;
    font-size: 22px;
  }

  .igpv-2026-viewer .igpv-2026-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .igpv-2026-viewer .igpv-2026-card p {
    font-size: 12.5px;
    line-height: 1.5;
  }
}

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

  .igpv-2026-viewer .igpv-2026-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .igpv-2026-viewer .igpv-2026-title {
    font-size: 25px;
  }

  .igpv-2026-viewer .igpv-2026-title span {
    display: block;
  }

  .igpv-2026-viewer .igpv-2026-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .igpv-2026-viewer .igpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .igpv-2026-viewer .igpv-2026-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

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

  .igpv-2026-viewer .igpv-2026-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .igpv-2026-viewer .igpv-2026-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}

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

  .igpv-2026-viewer .igpv-2026-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .igpv-2026-viewer .igpv-2026-title {
    font-size: 22px;
  }

  .igpv-2026-viewer .igpv-2026-title span {
    display: block;
  }

  .igpv-2026-viewer .igpv-2026-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 9px;
    margin-bottom: 18px;
  }

  .igpv-2026-viewer .igpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .igpv-2026-viewer .igpv-2026-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 13px;
  }

  .igpv-2026-viewer .igpv-2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }

  .igpv-2026-viewer .igpv-2026-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .igpv-2026-viewer .igpv-2026-card p {
    font-size: 11.5px;
    line-height: 1.42;
  }
}