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

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

.igiv-2026-viewer-section {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: #1f2633;
  font-family: Arial, Helvetica, sans-serif;
}

.igiv-2026-viewer-section .igiv-2026-panel {
  width: 100% !important;
}

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

.igiv-2026-viewer-section .igiv-2026-panel-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 48, 108, 0.1), transparent 36%),
    linear-gradient(180deg, #fff7fa 0%, #fffaf2 100%);
}

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

.igiv-2026-viewer-section .igiv-2026-heading {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
  color: #171c27;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

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

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

.igiv-2026-viewer-section .igiv-2026-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)),
    linear-gradient(135deg, rgba(225, 48, 108, 0.08), rgba(252, 175, 69, 0.08));
  border: 1px solid rgba(225, 48, 108, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(38, 24, 34, 0.09);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  overflow: hidden;
}

.igiv-2026-viewer-section .igiv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.08), rgba(252, 175, 69, 0.06), rgba(64, 93, 230, 0.05));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.igiv-2026-viewer-section .igiv-2026-card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(225, 48, 108, 0.34);
  box-shadow: 0 24px 58px rgba(225, 48, 108, 0.16);
}

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

.igiv-2026-viewer-section .igiv-2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #e1306c 0%, #fd8d32 52%, #405de6 100%);
  box-shadow: 0 14px 32px rgba(225, 48, 108, 0.25);
  transition: transform 280ms ease, box-shadow 280ms ease, filter 280ms ease;
}

.igiv-2026-viewer-section .igiv-2026-card:hover .igiv-2026-icon {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 18px 38px rgba(252, 175, 69, 0.26);
}

.igiv-2026-viewer-section .igiv-2026-i {
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

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

.igiv-2026-viewer-section .igiv-2026-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #667081;
  line-height: 1.62;
  font-weight: 400;
}

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

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

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

  .igiv-2026-viewer-section .igiv-2026-container {
    padding: 0 28px;
  }

  .igiv-2026-viewer-section .igiv-2026-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .igiv-2026-viewer-section .igiv-2026-intro {
    font-size: 17px;
  }

  .igiv-2026-viewer-section .igiv-2026-grid {
    gap: 26px;
    margin-top: 42px;
  }

  .igiv-2026-viewer-section .igiv-2026-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .igiv-2026-viewer-section .igiv-2026-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .igiv-2026-viewer-section .igiv-2026-card {
    min-height: 292px;
    padding: 34px 24px 30px;
  }

  .igiv-2026-viewer-section .igiv-2026-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .igiv-2026-viewer-section .igiv-2026-i {
    font-size: 30px;
  }

  .igiv-2026-viewer-section .igiv-2026-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

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

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

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

  .igiv-2026-viewer-section .igiv-2026-heading {
    font-size: 34px;
  }

  .igiv-2026-viewer-section .igiv-2026-intro {
    font-size: 16px;
  }

  .igiv-2026-viewer-section .igiv-2026-grid,
  .igiv-2026-viewer-section .igiv-2026-grid-3,
  .igiv-2026-viewer-section .igiv-2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .igiv-2026-viewer-section .igiv-2026-card {
    min-height: 266px;
    padding: 30px 22px 26px;
  }

  .igiv-2026-viewer-section .igiv-2026-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 21px;
  }

  .igiv-2026-viewer-section .igiv-2026-i {
    font-size: 27px;
  }

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

  .igiv-2026-viewer-section .igiv-2026-card p {
    font-size: 14.5px;
  }
}

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

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

  .igiv-2026-viewer-section .igiv-2026-heading {
    font-size: 27px;
    max-width: 390px;
  }

  .igiv-2026-viewer-section .igiv-2026-intro {
    font-size: 14px;
    line-height: 1.58;
  }

  .igiv-2026-viewer-section .igiv-2026-grid,
  .igiv-2026-viewer-section .igiv-2026-grid-3,
  .igiv-2026-viewer-section .igiv-2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .igiv-2026-viewer-section .igiv-2026-card {
    min-height: 230px;
    padding: 22px 13px 20px;
    border-radius: 17px;
  }

  .igiv-2026-viewer-section .igiv-2026-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
  }

  .igiv-2026-viewer-section .igiv-2026-i {
    font-size: 22px;
  }

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

  .igiv-2026-viewer-section .igiv-2026-card p {
    font-size: 12.8px;
    line-height: 1.5;
  }
}

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

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

  .igiv-2026-viewer-section .igiv-2026-heading {
    font-size: 24px;
    max-width: 340px;
  }

  .igiv-2026-viewer-section .igiv-2026-intro {
    font-size: 13.5px;
    line-height: 1.54;
  }

  .igiv-2026-viewer-section .igiv-2026-grid,
  .igiv-2026-viewer-section .igiv-2026-grid-3,
  .igiv-2026-viewer-section .igiv-2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 25px;
  }

  .igiv-2026-viewer-section .igiv-2026-card {
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .igiv-2026-viewer-section .igiv-2026-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .igiv-2026-viewer-section .igiv-2026-i {
    font-size: 20px;
  }

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

  .igiv-2026-viewer-section .igiv-2026-card p {
    font-size: 12px;
    line-height: 1.46;
  }
}

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

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

  .igiv-2026-viewer-section .igiv-2026-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .igiv-2026-viewer-section .igiv-2026-intro {
    font-size: 13px;
    line-height: 1.5;
  }

  .igiv-2026-viewer-section .igiv-2026-grid,
  .igiv-2026-viewer-section .igiv-2026-grid-3,
  .igiv-2026-viewer-section .igiv-2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .igiv-2026-viewer-section .igiv-2026-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .igiv-2026-viewer-section .igiv-2026-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 13px;
  }

  .igiv-2026-viewer-section .igiv-2026-i {
    font-size: 18px;
  }

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

  .igiv-2026-viewer-section .igiv-2026-card p {
    font-size: 11.4px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .igiv-2026-viewer-section .igiv-2026-panel {
    padding: 36px 0;
  }

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

  .igiv-2026-viewer-section .igiv-2026-heading {
    font-size: 21px;
  }

  .igiv-2026-viewer-section .igiv-2026-intro {
    font-size: 13px;
  }

  .igiv-2026-viewer-section .igiv-2026-grid,
  .igiv-2026-viewer-section .igiv-2026-grid-3,
  .igiv-2026-viewer-section .igiv-2026-grid-4 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .igiv-2026-viewer-section .igiv-2026-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .igiv-2026-viewer-section .igiv-2026-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 13px;
  }

  .igiv-2026-viewer-section .igiv-2026-i {
    font-size: 18px;
  }

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

  .igiv-2026-viewer-section .igiv-2026-card p {
    font-size: 12px;
  }
}