@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: #261f2a;
  font-family: inherit;
}

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

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

.igv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(253, 89, 73, 0.12), transparent 34%),
    linear-gradient(180deg, #fff8f5 0%, #fdf4f8 100%);
}

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

.igv26-heading {
  margin: 0 auto;
  color: #1f1724;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.igv26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #635766;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

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

.igv26-card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(219, 96, 119, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 253, 0.96)),
    linear-gradient(135deg, rgba(253, 89, 73, 0.08), rgba(193, 53, 132, 0.08));
  box-shadow: 0 18px 44px rgba(126, 46, 79, 0.11);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 360ms ease;
}

.igv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(253, 89, 73, 0.12), rgba(252, 175, 69, 0.1), rgba(193, 53, 132, 0.1));
  opacity: 0;
  transition: opacity 280ms ease;
}

.igv26-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(193, 53, 132, 0.34);
  box-shadow: 0 24px 58px rgba(126, 46, 79, 0.17);
}

.igv26-card:hover::before {
  opacity: 1;
}

.igv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #fd5949 0%, #f77737 45%, #c13584 100%);
  box-shadow: 0 12px 28px rgba(193, 53, 132, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.igv26-card:hover .igv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(253, 89, 73, 0.3);
}

.igv26-i {
  line-height: 1;
  text-align: center;
}

.igv26-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #251b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.igv26-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #655969;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

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

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

  .igv26-heading {
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }

  .igv26-intro {
    padding-top: 18px;
    font-size: 17px;
  }

  .igv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    padding-top: 44px;
  }

  .igv26-card {
    min-height: 292px;
    border-radius: 24px;
    padding: 34px 28px 30px;
  }

  .igv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 29px;
  }

  .igv26-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .igv26-card p {
    font-size: 15.5px;
  }
}

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

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

  .igv26-heading {
    font-size: 36px;
    max-width: 760px;
  }

  .igv26-intro {
    padding-top: 15px;
    font-size: 16px;
  }

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

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

  .igv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
    font-size: 26px;
  }

  .igv26-card h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .igv26-card p {
    font-size: 15px;
  }
}

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

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

  .igv26-heading {
    font-size: 28px;
    max-width: 410px;
  }

  .igv26-intro {
    padding-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }

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

  .igv26-card {
    min-height: 232px;
    border-radius: 18px;
    padding: 22px 14px 19px;
  }

  .igv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .igv26-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .igv26-card p {
    font-size: 13.2px;
    line-height: 1.48;
  }
}

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

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

  .igv26-heading {
    font-size: 25px;
    max-width: 350px;
  }

  .igv26-intro {
    padding-top: 10px;
    font-size: 13.8px;
    line-height: 1.5;
  }

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

  .igv26-card {
    min-height: 222px;
    border-radius: 16px;
    padding: 19px 11px 17px;
  }

  .igv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .igv26-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .igv26-card p {
    font-size: 12.6px;
    line-height: 1.45;
  }
}

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

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

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

  .igv26-intro {
    padding-top: 9px;
    font-size: 13px;
    line-height: 1.45;
  }

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

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

  .igv26-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .igv26-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .igv26-card p {
    font-size: 12px;
    line-height: 1.4;
  }
}