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

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

.igsvd26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2430;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.igsvd26-section-tint {
  background: linear-gradient(180deg, #fff7f5 0%, #f8fbff 100%);
}

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

.igsvd26-heading {
  margin: 0 auto;
  text-align: center;
  color: #151923;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: capitalize;
}

.igsvd26-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #5b6473;
  line-height: 1.7;
  font-weight: 400;
}

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

.igsvd26-card {
  position: relative;
  isolation: isolate;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  border: 1px solid rgba(236, 92, 84, 0.18);
  box-shadow: 0 18px 46px rgba(32, 39, 54, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.igsvd26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(236, 92, 84, 0.13), transparent 42%);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.igsvd26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(236, 92, 84, 0.42);
  box-shadow: 0 24px 62px rgba(236, 92, 84, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
}

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

.igsvd26-icon {
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec5c54 0%, #ff9a76 100%);
  box-shadow: 0 14px 30px rgba(236, 92, 84, 0.26);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igsvd26-card:hover .igsvd26-icon {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 38px rgba(236, 92, 84, 0.34);
}

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

.igsvd26-title {
  margin: 0;
  text-align: center;
  color: #171b25;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.igsvd26-text {
  margin: 0 auto;
  text-align: center;
  color: #626b79;
  line-height: 1.62;
  font-weight: 400;
}

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

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

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

  .igsvd26-heading {
    font-size: 42px;
    white-space: nowrap;
    max-width: 1120px;
  }

  .igsvd26-intro {
    font-size: 17px;
    padding-top: 16px;
  }

  .igsvd26-grid {
    gap: 26px;
    margin-top: 44px;
  }

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

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

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

  .igsvd26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

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

  .igsvd26-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .igsvd26-text {
    font-size: 15.5px;
  }
}

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

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

  .igsvd26-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .igsvd26-intro {
    font-size: 16px;
    padding-top: 14px;
  }

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

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

  .igsvd26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }

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

  .igsvd26-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .igsvd26-text {
    font-size: 15px;
  }
}

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

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

  .igsvd26-heading {
    font-size: 28px;
    max-width: 430px;
  }

  .igsvd26-intro {
    font-size: 14.5px;
    padding-top: 12px;
  }

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

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

  .igsvd26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

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

  .igsvd26-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .igsvd26-text {
    font-size: 13px;
    line-height: 1.55;
  }
}

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

  .igsvd26-container {
    padding: 0 13px;
  }

  .igsvd26-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .igsvd26-intro {
    font-size: 13.5px;
    padding-top: 10px;
    line-height: 1.58;
  }

  .igsvd26-grid,
  .igsvd26-grid-3,
  .igsvd26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .igsvd26-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

  .igsvd26-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
  }

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

  .igsvd26-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .igsvd26-text {
    font-size: 12.5px;
    line-height: 1.5;
  }
}

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

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

  .igsvd26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .igsvd26-intro {
    font-size: 12.8px;
    padding-top: 9px;
    line-height: 1.52;
  }

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

  .igsvd26-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .igsvd26-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }

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

  .igsvd26-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .igsvd26-text {
    font-size: 12px;
    line-height: 1.46;
  }
}