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

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

.igvv2026-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #241922;
  font-family: Arial, Helvetica, sans-serif;
}

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

.igvv2026-section-one,
.igvv2026-section-three {
  background: #ffffff;
}

.igvv2026-section-two {
  background: linear-gradient(180deg, #fff6f7 0%, #fdf7fb 100%);
}

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

.igvv2026-heading {
  margin: 0 auto;
  color: #20131b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

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

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

.igvv2026-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f0d7de;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 64, 98, 0.09), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
  box-shadow: 0 18px 44px rgba(108, 38, 62, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
}

.igvv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(229, 64, 98, 0.12), rgba(245, 133, 41, 0.10), rgba(131, 58, 180, 0.10));
  transition: opacity 260ms ease;
}

.igvv2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(229, 64, 98, 0.38);
  box-shadow: 0 24px 58px rgba(108, 38, 62, 0.16);
}

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

.igvv2026-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #833ab4 0%, #e1306c 52%, #f58529 100%);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.25);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igvv2026-card:hover .igvv2026-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(225, 48, 108, 0.34);
}

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

.igvv2026-card-title {
  margin: 0;
  color: #23151f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.igvv2026-card-text {
  margin: 0 auto;
  color: #6f606b;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

.igvv2026-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .igvv2026-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .igvv2026-intro {
    margin-top: 16px;
    font-size: 17px;
  }

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

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

  .igvv2026-card {
    min-height: 292px;
    padding: 34px 28px;
    border-radius: 22px;
  }

  .igvv2026-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .igvv2026-card-title {
    font-size: 21px;
  }

  .igvv2026-card-text {
    margin-top: 13px;
    font-size: 15.5px;
  }
}

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

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

  .igvv2026-heading {
    font-size: 34px;
  }

  .igvv2026-intro {
    margin-top: 14px;
    font-size: 16px;
  }

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

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

  .igvv2026-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .igvv2026-card-title {
    font-size: 19px;
  }

  .igvv2026-card-text {
    margin-top: 11px;
    font-size: 14.5px;
  }
}

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

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

  .igvv2026-heading {
    font-size: 28px;
  }

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

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

  .igvv2026-card {
    min-height: 232px;
    padding: 22px 13px;
    border-radius: 16px;
  }

  .igvv2026-card:hover {
    transform: translateY(-4px);
  }

  .igvv2026-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 21px;
  }

  .igvv2026-card-title {
    font-size: 16px;
  }

  .igvv2026-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

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

  .igvv2026-heading {
    font-size: 25px;
  }

  .igvv2026-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .igvv2026-card {
    min-height: 224px;
    padding: 20px 10px;
    border-radius: 14px;
  }

  .igvv2026-card:hover {
    transform: translateY(-3px);
  }

  .igvv2026-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  .igvv2026-card-title {
    font-size: 15px;
  }

  .igvv2026-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

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

  .igvv2026-heading {
    font-size: 22px;
  }

  .igvv2026-intro {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.45;
  }

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

  .igvv2026-card {
    min-height: 214px;
    padding: 18px 8px;
    border-radius: 13px;
  }

  .igvv2026-card:hover {
    transform: translateY(-2px);
  }

  .igvv2026-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .igvv2026-card-title {
    font-size: 14px;
  }

  .igvv2026-card-text {
    margin-top: 7px;
    font-size: 11.7px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .igvv2026-section {
    padding: 38px 0;
  }

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

  .igvv2026-heading {
    font-size: 21px;
  }

  .igvv2026-intro {
    margin-top: 9px;
    font-size: 12.5px;
  }

  .igvv2026-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .igvv2026-card {
    min-height: 210px;
    padding: 18px 10px;
    border-radius: 13px;
  }

  .igvv2026-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .igvv2026-card-title {
    font-size: 14px;
  }

  .igvv2026-card-text {
    margin-top: 7px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .igvv2026-card {
    opacity: 0;
    transform: translateY(18px);
  }

  .igvv2026-card.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
  }
}