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

.igwv26-wrap,
.igwv26-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.igwv26-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #23212a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.igwv26-wrap .igwv26-section {
  width: 100% !important;
  overflow: hidden;
}

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

.igwv26-wrap .igwv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 68, 68, 0.08), transparent 36%),
    linear-gradient(180deg, #fff7f7 0%, #fffafb 100%);
}

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

.igwv26-wrap .igwv26-heading {
  margin: 0 auto;
  text-align: center;
  color: #17151f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igwv26-wrap .igwv26-intro {
  margin: 0 auto;
  text-align: center;
  color: #686272;
  font-weight: 450;
  line-height: 1.65;
}

.igwv26-wrap .igwv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.igwv26-wrap .igwv26-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 50% 0%, rgba(251, 113, 133, 0.13), transparent 54%);
  border: 1px solid rgba(244, 114, 137, 0.2);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(190, 24, 93, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.igwv26-wrap .igwv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.11), rgba(236, 72, 153, 0.08), rgba(14, 165, 233, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igwv26-wrap .igwv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(236, 72, 153, 0.38);
  box-shadow: 0 24px 58px rgba(190, 24, 93, 0.15);
}

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

.igwv26-wrap .igwv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #515bd4 100%);
  box-shadow: 0 14px 30px rgba(221, 42, 123, 0.22);
  color: #ffffff;
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igwv26-wrap .igwv26-card:hover .igwv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(221, 42, 123, 0.3);
}

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

.igwv26-wrap .igwv26-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #211925;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}

.igwv26-wrap .igwv26-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #6f6574;
  font-weight: 430;
  line-height: 1.58;
}

@media (min-width: 1024px) {
  .igwv26-wrap .igwv26-section {
    padding: 88px 24px;
  }

  .igwv26-wrap .igwv26-heading {
    font-size: 42px;
    max-width: 980px;
  }

  .igwv26-wrap .igwv26-intro {
    max-width: 760px;
    margin-top: 16px;
    font-size: 17px;
  }

  .igwv26-wrap .igwv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
  }

  .igwv26-wrap .igwv26-card {
    min-height: 292px;
    padding: 34px 26px 30px;
  }

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

  .igwv26-wrap .igwv26-i {
    font-size: 28px;
  }

  .igwv26-wrap .igwv26-card h3 {
    font-size: 21px;
  }

  .igwv26-wrap .igwv26-card p {
    margin-top: 13px;
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .igwv26-wrap .igwv26-section {
    padding: 72px 22px;
  }

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

  .igwv26-wrap .igwv26-intro {
    max-width: 680px;
    margin-top: 14px;
    font-size: 16px;
  }

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

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

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

  .igwv26-wrap .igwv26-i {
    font-size: 25px;
  }

  .igwv26-wrap .igwv26-card h3 {
    font-size: 19px;
  }

  .igwv26-wrap .igwv26-card p {
    margin-top: 11px;
    font-size: 14.5px;
  }
}

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

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

  .igwv26-wrap .igwv26-intro {
    max-width: 520px;
    margin-top: 12px;
    font-size: 14.5px;
  }

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

  .igwv26-wrap .igwv26-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

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

  .igwv26-wrap .igwv26-i {
    font-size: 21px;
  }

  .igwv26-wrap .igwv26-card h3 {
    font-size: 16px;
  }

  .igwv26-wrap .igwv26-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }
}

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

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

  .igwv26-wrap .igwv26-intro {
    max-width: 360px;
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .igwv26-wrap .igwv26-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

  .igwv26-wrap .igwv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .igwv26-wrap .igwv26-i {
    font-size: 19px;
  }

  .igwv26-wrap .igwv26-card h3 {
    font-size: 14.5px;
    line-height: 1.25;
  }

  .igwv26-wrap .igwv26-card p {
    margin-top: 8px;
    font-size: 12.2px;
    line-height: 1.45;
  }
}

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

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

  .igwv26-wrap .igwv26-intro {
    max-width: 300px;
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }

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

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

  .igwv26-wrap .igwv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .igwv26-wrap .igwv26-i {
    font-size: 17px;
  }

  .igwv26-wrap .igwv26-card h3 {
    font-size: 13.2px;
    line-height: 1.22;
  }

  .igwv26-wrap .igwv26-card p {
    margin-top: 7px;
    font-size: 11.6px;
    line-height: 1.42;
  }
}

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

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

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

.igwv26-wrap.igwv26-js .igwv26-card.igwv26-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}