@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-section-wrap,
.igfv-section-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.igfv-section-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  --igfv-primary: #e83f6f;
  --igfv-secondary: #f7a531;
  --igfv-accent: #13b8a6;
  --igfv-tint: #fff6f8;
  --igfv-text: #1f2328;
  --igfv-muted: #626a73;
  --igfv-border: rgba(232, 63, 111, 0.16);
  --igfv-shadow: rgba(191, 38, 82, 0.14);
  font-family: inherit;
}

.igfv-section-wrap .igfv-panel {
  width: 100% !important;
}

.igfv-section-wrap .igfv-panel-white {
  background: #ffffff;
}

.igfv-section-wrap .igfv-panel-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 63, 111, 0.09), transparent 34%),
    linear-gradient(180deg, #fff8fa 0%, #fff3f0 100%);
}

.igfv-section-wrap .igfv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.igfv-section-wrap h2 {
  margin: 0 auto;
  color: var(--igfv-text);
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igfv-section-wrap .igfv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--igfv-muted);
  text-align: center;
  line-height: 1.65;
}

.igfv-section-wrap .igfv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.igfv-section-wrap .igfv-card {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid var(--igfv-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% -18%, rgba(232, 63, 111, 0.13), transparent 42%);
  box-shadow: 0 18px 46px var(--igfv-shadow);
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}

.igfv-section-wrap .igfv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232, 63, 111, 0.08), rgba(247, 165, 49, 0.06), rgba(19, 184, 166, 0.07));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igfv-section-wrap .igfv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(232, 63, 111, 0.34);
  box-shadow: 0 24px 60px rgba(191, 38, 82, 0.2);
}

.igfv-section-wrap .igfv-card:hover::before {
  opacity: 1;
}

.igfv-section-wrap .igfv-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(232, 63, 111, 0.18);
  background: linear-gradient(135deg, var(--igfv-primary), var(--igfv-secondary));
  box-shadow: 0 14px 30px rgba(232, 63, 111, 0.22);
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igfv-section-wrap .igfv-card:hover .igfv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(247, 165, 49, 0.28);
}

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

.igfv-section-wrap h3 {
  position: relative;
  margin: 0;
  color: var(--igfv-text);
  text-align: center;
  font-weight: 760;
  line-height: 1.24;
  letter-spacing: 0;
}

.igfv-section-wrap .igfv-card p {
  position: relative;
  margin: 0 auto;
  color: var(--igfv-muted);
  text-align: center;
  line-height: 1.58;
}

@media (min-width: 1024px) {
  .igfv-section-wrap .igfv-panel {
    padding: 82px 0;
  }

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

  .igfv-section-wrap h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .igfv-section-wrap .igfv-intro {
    font-size: 17px;
  }

  .igfv-section-wrap .igfv-grid {
    gap: 26px;
    margin-top: 42px;
  }

  .igfv-section-wrap .igfv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .igfv-section-wrap .igfv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .igfv-section-wrap .igfv-card {
    min-height: 292px;
    padding: 34px 24px 30px;
    border-radius: 22px;
  }

  .igfv-section-wrap .igfv-icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .igfv-section-wrap .igfv-i {
    font-size: 30px;
  }

  .igfv-section-wrap h3 {
    font-size: 20px;
  }

  .igfv-section-wrap .igfv-card p {
    margin-top: 13px;
    font-size: 15px;
  }
}

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

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

  .igfv-section-wrap h2 {
    font-size: 34px;
  }

  .igfv-section-wrap .igfv-intro {
    font-size: 16px;
  }

  .igfv-section-wrap .igfv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }

  .igfv-section-wrap .igfv-card {
    min-height: 266px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

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

  .igfv-section-wrap .igfv-i {
    font-size: 27px;
  }

  .igfv-section-wrap h3 {
    font-size: 19px;
  }

  .igfv-section-wrap .igfv-card p {
    margin-top: 12px;
    font-size: 15px;
  }
}

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

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

  .igfv-section-wrap h2 {
    font-size: 28px;
  }

  .igfv-section-wrap .igfv-intro {
    font-size: 14px;
    line-height: 1.55;
  }

  .igfv-section-wrap .igfv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }

  .igfv-section-wrap .igfv-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

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

  .igfv-section-wrap .igfv-i {
    font-size: 22px;
  }

  .igfv-section-wrap h3 {
    font-size: 16px;
  }

  .igfv-section-wrap .igfv-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

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

  .igfv-section-wrap h2 {
    font-size: 25px;
  }

  .igfv-section-wrap .igfv-intro {
    font-size: 13px;
    line-height: 1.5;
  }

  .igfv-section-wrap .igfv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 22px;
  }

  .igfv-section-wrap .igfv-card {
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 14px;
  }

  .igfv-section-wrap .igfv-icon {
    width: 49px;
    height: 49px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .igfv-section-wrap .igfv-i {
    font-size: 20px;
  }

  .igfv-section-wrap h3 {
    font-size: 15px;
  }

  .igfv-section-wrap .igfv-card p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }
}

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

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

  .igfv-section-wrap h2 {
    font-size: 22px;
  }

  .igfv-section-wrap .igfv-intro {
    font-size: 12px;
    line-height: 1.46;
  }

  .igfv-section-wrap .igfv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
  }

  .igfv-section-wrap .igfv-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 13px;
  }

  .igfv-section-wrap .igfv-icon {
    width: 45px;
    height: 45px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

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

  .igfv-section-wrap h3 {
    font-size: 14px;
  }

  .igfv-section-wrap .igfv-card p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.42;
  }
}