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

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

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

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

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

.igpv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 72, 132, 0.10), transparent 34%),
    linear-gradient(180deg, #fff8fb 0%, #f7fbfa 100%);
}

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

.igpv26-wrap h2,
.igpv26-wrap h3,
.igpv26-wrap p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.igpv26-wrap h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #10181c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igpv26-intro {
  max-width: 760px;
  margin-top: 0;
  color: #56656b;
  line-height: 1.7;
}

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

.igpv26-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at 50% 0%, rgba(245, 72, 132, 0.10), transparent 48%);
  border: 1px solid #ecd8df;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(42, 22, 31, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  background-size: 100% 100%, 140% 140%;
  background-position: center, 50% 0%;
}

.igpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.13), rgba(255, 220, 128, 0.10) 52%, rgba(64, 93, 230, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igpv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(225, 48, 108, 0.38);
  box-shadow: 0 24px 64px rgba(225, 48, 108, 0.14);
  background-position: center, 50% 18%;
}

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

.igpv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #e1306c 0%, #f77737 52%, #405de6 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(225, 48, 108, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igpv26-card:hover .igpv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 34px rgba(247, 119, 55, 0.25);
}

.igpv26-i {
  color: #ffffff;
  line-height: 1;
}

.igpv26-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 10px;
  color: #142025;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.igpv26-card p {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #5d6b71;
  line-height: 1.62;
}

.igpv26-card.igpv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

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

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

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

  .igpv26-wrap h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .igpv26-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

  .igpv26-grid {
    gap: 26px;
  }

  .igpv26-card {
    min-height: 292px;
    padding: 34px 28px;
  }

  .igpv26-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

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

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

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

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

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

  .igpv26-wrap h2 {
    font-size: 34px;
  }

  .igpv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

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

  .igpv26-card {
    min-height: 264px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .igpv26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
  }

  .igpv26-i {
    font-size: 24px;
  }

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

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

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

  .igpv26-container {
    padding: 0 18px;
  }

  .igpv26-wrap h2 {
    font-size: 28px;
  }

  .igpv26-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 26px;
  }

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

  .igpv26-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .igpv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    border-radius: 15px;
  }

  .igpv26-i {
    font-size: 21px;
  }

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

  .igpv26-card p {
    font-size: 13px;
    line-height: 1.52;
  }
}

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

  .igpv26-container {
    padding: 0 14px;
  }

  .igpv26-wrap h2 {
    font-size: 25px;
  }

  .igpv26-intro {
    font-size: 13.8px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .igpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .igpv26-card {
    min-height: 224px;
    padding: 20px 11px;
    border-radius: 15px;
  }

  .igpv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 14px;
  }

  .igpv26-i {
    font-size: 19px;
  }

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

  .igpv26-card p {
    font-size: 12.4px;
    line-height: 1.48;
  }
}

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

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

  .igpv26-wrap h2 {
    font-size: 22px;
  }

  .igpv26-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .igpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .igpv26-card {
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 14px;
  }

  .igpv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    border-radius: 13px;
  }

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

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

  .igpv26-card p {
    font-size: 11.7px;
    line-height: 1.45;
  }
}