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

.igsv-2026-wrapper,
.igsv-2026-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.igsv-2026-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2430;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.igsv-2026-wrapper .igsv-2026-section {
  width: 100% !important;
  overflow: hidden;
}

.igsv-2026-wrapper .igsv-2026-section-white {
  background: #ffffff;
}

.igsv-2026-wrapper .igsv-2026-section-tint {
  background: linear-gradient(180deg, #fff7fb 0%, #f8fbff 100%);
}

.igsv-2026-wrapper .igsv-2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.igsv-2026-wrapper h2,
.igsv-2026-wrapper h3,
.igsv-2026-wrapper p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.igsv-2026-wrapper h2 {
  margin-top: 0;
  color: #171923;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igsv-2026-wrapper .igsv-2026-intro {
  color: #5c6170;
  line-height: 1.7;
  margin-top: 14px;
  margin-bottom: 0;
  max-width: 760px;
}

.igsv-2026-wrapper .igsv-2026-grid {
  display: grid !important;
  align-items: stretch !important;
}

.igsv-2026-wrapper .igsv-2026-card {
  height: 100% !important;
  position: relative;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(230, 96, 145, 0.18);
  box-shadow: 0 18px 44px rgba(50, 39, 67, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}

.igsv-2026-wrapper .igsv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(230, 96, 145, 0.16), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igsv-2026-wrapper .igsv-2026-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(230, 96, 145, 0.42);
  box-shadow: 0 24px 60px rgba(230, 96, 145, 0.18);
  background: #ffffff;
}

.igsv-2026-wrapper .igsv-2026-card:hover::before {
  opacity: 1;
}

.igsv-2026-wrapper .igsv-2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #e66091 0%, #ff9f43 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(230, 96, 145, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igsv-2026-wrapper .igsv-2026-card:hover .igsv-2026-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 159, 67, 0.28);
}

.igsv-2026-wrapper .igsv-2026-i {
  color: #ffffff;
  line-height: 1;
}

.igsv-2026-wrapper .igsv-2026-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #1c202b;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}

.igsv-2026-wrapper .igsv-2026-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #666b78;
  line-height: 1.6;
}

.igsv-2026-wrapper .igsv-2026-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.igsv-2026-wrapper .igsv-2026-reveal.igsv-2026-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

  .igsv-2026-wrapper h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .igsv-2026-wrapper .igsv-2026-intro {
    font-size: 17px;
  }

  .igsv-2026-wrapper .igsv-2026-grid {
    gap: 24px;
    margin-top: 44px;
  }

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

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

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

  .igsv-2026-wrapper .igsv-2026-icon {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }

  .igsv-2026-wrapper .igsv-2026-card h3 {
    margin-top: 24px;
    font-size: 20px;
  }

  .igsv-2026-wrapper .igsv-2026-card p {
    margin-top: 14px;
    font-size: 15px;
  }
}

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

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

  .igsv-2026-wrapper h2 {
    font-size: 34px;
  }

  .igsv-2026-wrapper .igsv-2026-intro {
    font-size: 16px;
  }

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

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

  .igsv-2026-wrapper .igsv-2026-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .igsv-2026-wrapper .igsv-2026-card h3 {
    margin-top: 22px;
    font-size: 19px;
  }

  .igsv-2026-wrapper .igsv-2026-card p {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

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

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

  .igsv-2026-wrapper h2 {
    font-size: 28px;
    max-width: 390px;
  }

  .igsv-2026-wrapper .igsv-2026-intro {
    font-size: 14.5px;
    line-height: 1.62;
    max-width: 430px;
  }

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

  .igsv-2026-wrapper .igsv-2026-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .igsv-2026-wrapper .igsv-2026-icon {
    width: 50px;
    height: 50px;
    font-size: 19px;
  }

  .igsv-2026-wrapper .igsv-2026-card h3 {
    margin-top: 16px;
    font-size: 16px;
  }

  .igsv-2026-wrapper .igsv-2026-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

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

  .igsv-2026-wrapper h2 {
    font-size: 25px;
    max-width: 340px;
  }

  .igsv-2026-wrapper .igsv-2026-intro {
    font-size: 13.8px;
    line-height: 1.56;
  }

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

  .igsv-2026-wrapper .igsv-2026-card {
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }

  .igsv-2026-wrapper .igsv-2026-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .igsv-2026-wrapper .igsv-2026-card h3 {
    margin-top: 14px;
    font-size: 15px;
  }

  .igsv-2026-wrapper .igsv-2026-card p {
    margin-top: 8px;
    font-size: 12.4px;
    line-height: 1.45;
  }
}

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

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

  .igsv-2026-wrapper h2 {
    font-size: 22px;
    max-width: 300px;
  }

  .igsv-2026-wrapper .igsv-2026-intro {
    font-size: 13px;
    line-height: 1.5;
  }

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

  .igsv-2026-wrapper .igsv-2026-card {
    min-height: 216px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .igsv-2026-wrapper .igsv-2026-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .igsv-2026-wrapper .igsv-2026-card h3 {
    margin-top: 13px;
    font-size: 14px;
  }

  .igsv-2026-wrapper .igsv-2026-card p {
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .igsv-2026-wrapper .igsv-2026-grid {
    grid-template-columns: 1fr;
  }
}