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

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

.igfv-2026 {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202a;
  font-family: inherit;
}

.igfv-2026 .igfv-section {
  width: 100% !important;
  max-width: 100% !important;
}

.igfv-2026 .igfv-section-one,
.igfv-2026 .igfv-section-three {
  background: #ffffff;
}

.igfv-2026 .igfv-section-two {
  background: linear-gradient(180deg, #fff7fa 0%, #f7fbff 100%);
}

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

.igfv-2026 .igfv-title,
.igfv-2026 .igfv-intro,
.igfv-2026 .igfv-card-title,
.igfv-2026 .igfv-card-text {
  text-align: center !important;
}

.igfv-2026 .igfv-title {
  margin: 0 auto;
  color: #15202b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.igfv-2026 .igfv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #536170;
  line-height: 1.7;
  font-weight: 400;
}

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

.igfv-2026 .igfv-card {
  position: relative;
  display: block;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0d8e1;
  box-shadow: 0 18px 44px rgba(188, 64, 118, 0.11);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.igfv-2026 .igfv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(225, 48, 108, 0.13), transparent 48%);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}

.igfv-2026 .igfv-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(225, 48, 108, 0.42);
  box-shadow: 0 26px 62px rgba(188, 64, 118, 0.18);
  background: #ffffff;
}

.igfv-2026 .igfv-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.igfv-2026 .igfv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #e1306c 0%, #ff8a3d 100%);
  box-shadow: 0 14px 30px rgba(225, 48, 108, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
  text-align: center !important;
}

.igfv-2026 .igfv-card:hover .igfv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 138, 61, 0.28);
}

.igfv-2026 .igfv-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.igfv-2026 .igfv-card-title,
.igfv-2026 .igfv-card-text {
  position: relative;
  z-index: 1;
}

.igfv-2026 .igfv-card-title {
  margin: 0;
  color: #18202a;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}

.igfv-2026 .igfv-card-text {
  margin: 0 auto;
  color: #5c6876;
  line-height: 1.62;
  font-weight: 400;
}

.igfv-2026.igfv-js .igfv-card {
  opacity: 0;
  transform: translateY(18px);
}

.igfv-2026.igfv-js .igfv-card.igfv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .igfv-2026 .igfv-container {
    padding: 0 28px;
  }

  .igfv-2026 .igfv-title {
    font-size: 40px;
    max-width: 980px;
    white-space: nowrap;
  }

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

  .igfv-2026 .igfv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .igfv-2026 .igfv-card {
    min-height: 296px;
    padding: 34px 30px 30px;
    border-radius: 22px;
  }

  .igfv-2026 .igfv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .igfv-2026 .igfv-i {
    font-size: 28px;
  }

  .igfv-2026 .igfv-card-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .igfv-2026 .igfv-card-text {
    font-size: 15px;
  }
}

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

  .igfv-2026 .igfv-container {
    padding: 0 24px;
  }

  .igfv-2026 .igfv-title {
    font-size: 34px;
    max-width: 760px;
  }

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

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

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

  .igfv-2026 .igfv-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
  }

  .igfv-2026 .igfv-i {
    font-size: 25px;
  }

  .igfv-2026 .igfv-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .igfv-2026 .igfv-card-text {
    font-size: 14.5px;
  }
}

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

  .igfv-2026 .igfv-container {
    padding: 0 16px;
  }

  .igfv-2026 .igfv-title {
    font-size: 27px;
    max-width: 440px;
  }

  .igfv-2026 .igfv-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

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

  .igfv-2026 .igfv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .igfv-2026 .igfv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
  }

  .igfv-2026 .igfv-i {
    font-size: 21px;
  }

  .igfv-2026 .igfv-card-title {
    font-size: 15.5px;
    margin-bottom: 9px;
  }

  .igfv-2026 .igfv-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .igfv-2026 .igfv-container {
    padding: 0 12px;
  }

  .igfv-2026 .igfv-title {
    font-size: 24px;
    max-width: 360px;
  }

  .igfv-2026 .igfv-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

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

  .igfv-2026 .igfv-card {
    min-height: 222px;
    padding: 19px 10px 17px;
    border-radius: 15px;
  }

  .igfv-2026 .igfv-icon {
    width: 47px;
    height: 47px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .igfv-2026 .igfv-i {
    font-size: 19px;
  }

  .igfv-2026 .igfv-card-title {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .igfv-2026 .igfv-card-text {
    font-size: 12.4px;
    line-height: 1.46;
  }
}

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

  .igfv-2026 .igfv-container {
    padding: 0 10px;
  }

  .igfv-2026 .igfv-title {
    font-size: 21px;
    max-width: 300px;
  }

  .igfv-2026 .igfv-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

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

  .igfv-2026 .igfv-card {
    min-height: 214px;
    padding: 17px 8px 15px;
    border-radius: 14px;
  }

  .igfv-2026 .igfv-icon {
    width: 43px;
    height: 43px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .igfv-2026 .igfv-i {
    font-size: 17px;
  }

  .igfv-2026 .igfv-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .igfv-2026 .igfv-card-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .igfv-2026 .igfv-section {
    padding: 38px 0;
  }

  .igfv-2026 .igfv-container {
    padding: 0 10px;
  }

  .igfv-2026 .igfv-title {
    font-size: 20px;
  }

  .igfv-2026 .igfv-intro {
    font-size: 12.5px;
    margin-bottom: 16px;
  }

  .igfv-2026 .igfv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .igfv-2026 .igfv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

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

  .igfv-2026 .igfv-i {
    font-size: 18px;
  }

  .igfv-2026 .igfv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .igfv-2026 .igfv-card-text {
    font-size: 12px;
    line-height: 1.45;
  }
}