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

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

.igttv26-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #202329;
  font-family: inherit;
}

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

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

.igttv26-section-tint {
  background: linear-gradient(180deg, #fff7f8 0%, #f7fbff 100%);
}

.igttv26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
}

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

.igttv26-wrapper h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #15171d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igttv26-intro {
  max-width: 760px;
  margin-top: 0;
  color: #5d6470;
  line-height: 1.68;
  font-weight: 400;
}

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

.igttv26-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #ece0e8;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(236, 49, 92, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.igttv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 213, 255, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.igttv26-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(236, 49, 92, 0.38);
  box-shadow: 0 24px 58px rgba(236, 49, 92, 0.15);
  background: #ffffff;
}

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

.igttv26-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ec315c 0%, #111827 52%, #00d5ff 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(236, 49, 92, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease, background-position 280ms ease;
  background-size: 180% 180%;
  text-align: center;
}

.igttv26-card:hover .igttv26-icon {
  transform: translateY(-3px);
  background-position: 100% 50%;
  box-shadow: 0 18px 34px rgba(0, 213, 255, 0.2);
}

.igttv26-i {
  display: block;
  line-height: 1;
  text-align: center;
}

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

.igttv26-card p {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #626975;
  line-height: 1.58;
  font-weight: 400;
}

.igttv26-reveal {
  opacity: 0;
  transform: translateY(16px);
}

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

@media (min-width: 1024px) {
  .igttv26-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .igttv26-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .igttv26-wrapper h2 {
    font-size: 40px;
    white-space: nowrap;
  }

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

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

  .igttv26-grid {
    gap: 24px;
  }

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

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

  .igttv26-i {
    font-size: 28px;
  }

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .igttv26-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .igttv26-container {
    padding-left: 22px;
    padding-right: 22px;
  }

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

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

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

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

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

  .igttv26-i {
    font-size: 25px;
  }

  .igttv26-card h3 {
    font-size: 20px;
  }

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

@media (min-width: 430px) and (max-width: 767px) {
  .igttv26-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .igttv26-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .igttv26-wrapper h2 {
    font-size: 28px;
  }

  .igttv26-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

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

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

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

  .igttv26-card h3 {
    font-size: 16.5px;
    margin-bottom: 8px;
  }

  .igttv26-card p {
    font-size: 13px;
    line-height: 1.46;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .igttv26-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .igttv26-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .igttv26-wrapper h2 {
    font-size: 25px;
  }

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

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

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

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

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

  .igttv26-card h3 {
    font-size: 15.5px;
    margin-bottom: 7px;
  }

  .igttv26-card p {
    font-size: 12.4px;
    line-height: 1.43;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .igttv26-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .igttv26-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .igttv26-wrapper h2 {
    font-size: 22px;
  }

  .igttv26-intro {
    font-size: 12.8px;
    line-height: 1.46;
    margin-bottom: 18px;
  }

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

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

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

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

  .igttv26-card h3 {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

  .igttv26-card p {
    font-size: 11.8px;
    line-height: 1.4;
  }
}

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