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

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

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

.itv26-wrapper .itv26-section {
  width: 100% !important;
  position: relative;
}

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

.itv26-wrapper .itv26-section-tint {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 47, 109, 0.09), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(0, 214, 201, 0.11), transparent 32%),
    linear-gradient(180deg, #fff8fb 0%, #f5fffd 100%);
}

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

.itv26-wrapper .itv26-heading,
.itv26-wrapper .itv26-intro,
.itv26-wrapper .itv26-card-title,
.itv26-wrapper .itv26-card-text {
  text-align: center !important;
}

.itv26-wrapper .itv26-heading {
  margin: 0 auto;
  color: #121722;
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
}

.itv26-wrapper .itv26-intro {
  margin: 0 auto;
  color: #5b6472;
  line-height: 1.68;
  max-width: 760px;
}

.itv26-wrapper .itv26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.itv26-wrapper .itv26-card {
  height: 100% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 47, 109, 0.34), rgba(0, 214, 201, 0.32)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(18, 23, 34, 0.09);
  overflow: hidden;
  transform: translateY(18px);
  opacity: 1;
  transition:
    transform 420ms ease,
    box-shadow 420ms ease,
    border-color 420ms ease,
    background 420ms ease;
}

.itv26-wrapper .itv26-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 47, 109, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(0, 214, 201, 0.09), transparent 38%);
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.itv26-wrapper .itv26-card.itv26-visible {
  transform: translateY(0);
}

.itv26-wrapper .itv26-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 62px rgba(255, 47, 109, 0.15), 0 14px 40px rgba(0, 214, 201, 0.13);
  border-color: rgba(255, 47, 109, 0.26);
}

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

.itv26-wrapper .itv26-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 47, 109, 0.13), rgba(0, 214, 201, 0.14)),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 47, 109, 0.15), 0 14px 28px rgba(0, 214, 201, 0.13);
  transition: transform 420ms ease, box-shadow 420ms ease, background-position 420ms ease;
  z-index: 1;
}

.itv26-wrapper .itv26-card:hover .itv26-icon {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px rgba(0, 214, 201, 0.22), 0 18px 34px rgba(255, 47, 109, 0.15);
}

.itv26-wrapper .itv26-i {
  background: linear-gradient(135deg, #ff2f6d 0%, #111827 46%, #00d6c9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  text-align: center;
}

.itv26-wrapper .itv26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151b26;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.itv26-wrapper .itv26-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5c6675;
  line-height: 1.62;
}

@media (min-width: 1024px) {
  .itv26-wrapper .itv26-section {
    padding: 88px 0;
  }

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

  .itv26-wrapper .itv26-heading {
    font-size: 42px;
    max-width: 1040px;
    white-space: nowrap;
  }

  .itv26-wrapper .itv26-intro {
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 38px;
  }

  .itv26-wrapper .itv26-grid {
    gap: 24px;
  }

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

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

  .itv26-wrapper .itv26-card {
    min-height: 300px;
    padding: 34px 24px;
  }

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

  .itv26-wrapper .itv26-i {
    font-size: 28px;
  }

  .itv26-wrapper .itv26-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .itv26-wrapper .itv26-card-text {
    font-size: 15.5px;
  }
}

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

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

  .itv26-wrapper .itv26-heading {
    font-size: 34px;
    max-width: 780px;
  }

  .itv26-wrapper .itv26-intro {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 32px;
  }

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

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

  .itv26-wrapper .itv26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 16px;
  }

  .itv26-wrapper .itv26-i {
    font-size: 25px;
  }

  .itv26-wrapper .itv26-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .itv26-wrapper .itv26-card-text {
    font-size: 15px;
  }
}

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

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

  .itv26-wrapper .itv26-heading {
    font-size: 27px;
    max-width: 420px;
  }

  .itv26-wrapper .itv26-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 12px;
    margin-bottom: 24px;
  }

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

  .itv26-wrapper .itv26-card {
    min-height: 236px;
    padding: 20px 14px;
    border-radius: 17px;
  }

  .itv26-wrapper .itv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .itv26-wrapper .itv26-i {
    font-size: 22px;
  }

  .itv26-wrapper .itv26-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .itv26-wrapper .itv26-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .itv26-wrapper .itv26-container {
    padding: 0 13px;
  }

  .itv26-wrapper .itv26-heading {
    font-size: 24px;
    max-width: 350px;
  }

  .itv26-wrapper .itv26-intro {
    font-size: 13.5px;
    line-height: 1.54;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .itv26-wrapper .itv26-card {
    min-height: 226px;
    padding: 18px 11px;
    border-radius: 15px;
  }

  .itv26-wrapper .itv26-icon {
    width: 47px;
    height: 47px;
    margin-bottom: 14px;
    border-radius: 13px;
  }

  .itv26-wrapper .itv26-i {
    font-size: 20px;
  }

  .itv26-wrapper .itv26-card-title {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

  .itv26-wrapper .itv26-card-text {
    font-size: 12.2px;
    line-height: 1.46;
  }
}

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

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

  .itv26-wrapper .itv26-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .itv26-wrapper .itv26-intro {
    font-size: 12.5px;
    line-height: 1.5;
    margin-top: 9px;
    margin-bottom: 18px;
  }

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

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

  .itv26-wrapper .itv26-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .itv26-wrapper .itv26-i {
    font-size: 18px;
  }

  .itv26-wrapper .itv26-card-title {
    font-size: 13.2px;
    margin-bottom: 6px;
  }

  .itv26-wrapper .itv26-card-text {
    font-size: 11.5px;
    line-height: 1.42;
  }
}