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

.igv26-wrap,
.igv26-wrap * {
  box-sizing: border-box;
}

.igv26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #25303d;
  font-family: inherit;
}

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

.igv26-section-white {
  background: #ffffff;
}

.igv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(236, 72, 153, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7fb 0%, #fffaf6 100%);
}

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

.igv26-heading,
.igv26-intro,
.igv26-title,
.igv26-text {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.igv26-heading {
  color: #172033;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
}

.igv26-intro {
  color: #5e6877;
  line-height: 1.7;
  max-width: 760px;
}

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

.igv26-card {
  height: 100% !important;
  min-width: 0;
  text-align: center !important;
  border: 1px solid rgba(219, 39, 119, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(251, 113, 133, 0.08), transparent 38%);
  box-shadow: 0 18px 42px rgba(190, 24, 93, 0.09);
  position: relative;
  overflow: hidden;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-position 280ms ease;
}

.igv26-card::after {
  content: "";
  position: absolute;
  inset: auto 18% 0 18%;
  height: 3px;
  background: linear-gradient(90deg, #e1306c, #f59e0b, #8b5cf6);
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.igv26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(225, 48, 108, 0.34);
  box-shadow: 0 26px 58px rgba(190, 24, 93, 0.15);
}

.igv26-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.igv26-icon {
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  color: #ffffff;
  background:
    linear-gradient(135deg, #e1306c 0%, #f77737 52%, #8b5cf6 100%);
  box-shadow: 0 14px 30px rgba(225, 48, 108, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease, filter 280ms ease;
}

.igv26-card:hover .igv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 36px rgba(225, 48, 108, 0.28);
  filter: saturate(1.08);
}

.igv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.igv26-title {
  color: #202839;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.igv26-text {
  color: #626d7d;
  line-height: 1.62;
}

.igv26-card {
  opacity: 1;
  transform: translateY(0);
}

.igv26-card.igv26-waiting {
  opacity: 0;
  transform: translateY(16px);
}

.igv26-card.igv26-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .igv26-section {
    padding: 92px 0;
  }

  .igv26-container {
    padding: 0 28px;
  }

  .igv26-heading {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .igv26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .igv26-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .igv26-grid {
    gap: 24px;
  }

  .igv26-card {
    min-height: 300px;
    padding: 34px 26px 32px;
    border-radius: 22px;
  }

  .igv26-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .igv26-i {
    font-size: 30px;
  }

  .igv26-title {
    font-size: 21px;
    margin: 0 0 13px;
  }

  .igv26-text {
    font-size: 15.5px;
    margin: 0;
  }
}

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

  .igv26-container {
    padding: 0 24px;
  }

  .igv26-heading {
    font-size: 35px;
    margin-bottom: 14px;
  }

  .igv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .igv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .igv26-card {
    min-height: 270px;
    padding: 30px 22px 28px;
    border-radius: 20px;
  }

  .igv26-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 21px;
  }

  .igv26-i {
    font-size: 27px;
  }

  .igv26-title {
    font-size: 19px;
    margin: 0 0 12px;
  }

  .igv26-text {
    font-size: 15px;
    margin: 0;
  }
}

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

  .igv26-container {
    padding: 0 16px;
  }

  .igv26-heading {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .igv26-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

  .igv26-card {
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .igv26-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
  }

  .igv26-i {
    font-size: 22px;
  }

  .igv26-title {
    font-size: 16px;
    margin: 0 0 9px;
  }

  .igv26-text {
    font-size: 13.2px;
    line-height: 1.5;
    margin: 0;
  }
}

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

  .igv26-container {
    padding: 0 12px;
  }

  .igv26-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .igv26-intro {
    font-size: 13.8px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

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

  .igv26-card {
    min-height: 226px;
    padding: 19px 10px 17px;
    border-radius: 14px;
  }

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

  .igv26-i {
    font-size: 20px;
  }

  .igv26-title {
    font-size: 14.8px;
    margin: 0 0 8px;
  }

  .igv26-text {
    font-size: 12.4px;
    line-height: 1.45;
    margin: 0;
  }
}

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

  .igv26-container {
    padding: 0 10px;
  }

  .igv26-heading {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .igv26-intro {
    font-size: 13px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

  .igv26-card {
    min-height: 218px;
    padding: 17px 8px 15px;
    border-radius: 13px;
  }

  .igv26-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .igv26-i {
    font-size: 18px;
  }

  .igv26-title {
    font-size: 13.6px;
    margin: 0 0 7px;
  }

  .igv26-text {
    font-size: 11.8px;
    line-height: 1.42;
    margin: 0;
  }
}

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