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

.igwv-premium-section,
.igwv-premium-section * {
  box-sizing: border-box;
  min-width: 0;
}

.igwv-premium-section {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: inherit;
  text-align: center;
}

.igwv-premium-section .igwv-band {
  width: 100% !important;
}

.igwv-premium-section .igwv-band-white {
  background: #ffffff;
}

.igwv-premium-section .igwv-band-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 48, 108, 0.1), transparent 34%),
    linear-gradient(180deg, #fff7fa 0%, #fffaf2 100%);
}

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

.igwv-premium-section h2 {
  margin: 0 auto;
  max-width: 980px;
  color: #14171f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.igwv-premium-section .igwv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #5d6675;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.igwv-premium-section .igwv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.igwv-premium-section .igwv-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(225, 48, 108, 0.34), rgba(252, 175, 69, 0.32), rgba(88, 81, 216, 0.22)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px rgba(24, 31, 48, 0.08);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
  overflow: hidden;
}

.igwv-premium-section .igwv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 8%, rgba(225, 48, 108, 0.08), transparent 38%),
    radial-gradient(circle at 90% 88%, rgba(252, 175, 69, 0.08), transparent 34%);
  opacity: 0;
  transition: opacity 280ms ease;
}

.igwv-premium-section .igwv-card:hover {
  transform: translateY(-7px) scale(1.01);
  box-shadow: 0 24px 56px rgba(225, 48, 108, 0.16);
}

.igwv-premium-section .igwv-card:hover::before {
  opacity: 1;
}

.igwv-premium-section .igwv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #e1306c 0%, #fd8d32 52%, #5851d8 100%);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.igwv-premium-section .igwv-card:hover .igwv-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(88, 81, 216, 0.22);
}

.igwv-premium-section .igwv-i {
  line-height: 1;
  color: #ffffff;
}

.igwv-premium-section h3 {
  margin: 0;
  color: #182030;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.igwv-premium-section .igwv-card p {
  margin: 0 auto;
  color: #687282;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

.igwv-premium-section .igwv-reveal-ready .igwv-card {
  opacity: 0;
  transform: translateY(18px);
}

.igwv-premium-section .igwv-reveal-ready .igwv-card.igwv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .igwv-premium-section .igwv-band {
    padding: 88px 0;
  }

  .igwv-premium-section .igwv-container {
    padding: 0 32px;
  }

  .igwv-premium-section h2 {
    font-size: 44px;
    white-space: nowrap;
  }

  .igwv-premium-section .igwv-intro {
    font-size: 17px;
  }

  .igwv-premium-section .igwv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 42px;
  }

  .igwv-premium-section .igwv-card {
    min-height: 298px;
    padding: 38px 30px 34px;
    border-radius: 24px;
  }

  .igwv-premium-section .igwv-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .igwv-premium-section .igwv-i {
    font-size: 29px;
  }

  .igwv-premium-section h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .igwv-premium-section .igwv-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .igwv-premium-section .igwv-band {
    padding: 72px 0;
  }

  .igwv-premium-section .igwv-container {
    padding: 0 26px;
  }

  .igwv-premium-section h2 {
    font-size: 36px;
  }

  .igwv-premium-section .igwv-intro {
    font-size: 16px;
  }

  .igwv-premium-section .igwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .igwv-premium-section .igwv-card {
    min-height: 268px;
    padding: 32px 24px 28px;
    border-radius: 22px;
  }

  .igwv-premium-section .igwv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .igwv-premium-section .igwv-i {
    font-size: 26px;
  }

  .igwv-premium-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .igwv-premium-section .igwv-card p {
    font-size: 14.5px;
  }
}

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

  .igwv-premium-section .igwv-container {
    padding: 0 18px;
  }

  .igwv-premium-section h2 {
    font-size: 28px;
  }

  .igwv-premium-section .igwv-intro {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .igwv-premium-section .igwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 28px;
  }

  .igwv-premium-section .igwv-card {
    min-height: 238px;
    padding: 24px 14px 22px;
    border-radius: 18px;
  }

  .igwv-premium-section .igwv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 17px;
  }

  .igwv-premium-section .igwv-i {
    font-size: 22px;
  }

  .igwv-premium-section h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .igwv-premium-section .igwv-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .igwv-premium-section .igwv-container {
    padding: 0 14px;
  }

  .igwv-premium-section h2 {
    font-size: 25px;
  }

  .igwv-premium-section .igwv-intro {
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .igwv-premium-section .igwv-card {
    min-height: 224px;
    padding: 21px 11px 19px;
    border-radius: 16px;
  }

  .igwv-premium-section .igwv-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .igwv-premium-section .igwv-i {
    font-size: 20px;
  }

  .igwv-premium-section h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .igwv-premium-section .igwv-card p {
    font-size: 12.5px;
    line-height: 1.43;
  }
}

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

  .igwv-premium-section .igwv-container {
    padding: 0 10px;
  }

  .igwv-premium-section h2 {
    font-size: 22px;
  }

  .igwv-premium-section .igwv-intro {
    font-size: 13px;
    line-height: 1.46;
  }

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

  .igwv-premium-section .igwv-card {
    min-height: 214px;
    padding: 18px 9px 17px;
    border-radius: 14px;
  }

  .igwv-premium-section .igwv-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .igwv-premium-section .igwv-i {
    font-size: 18px;
  }

  .igwv-premium-section h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .igwv-premium-section .igwv-card p {
    font-size: 12px;
    line-height: 1.38;
  }
}