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

.ihv-premium-highlights-viewer,
.ihv-premium-highlights-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.ihv-premium-highlights-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2328;
  font-family: Arial, Helvetica, sans-serif;
}

.ihv-premium-highlights-viewer .ihv-section {
  width: 100% !important;
  overflow: hidden;
}

.ihv-premium-highlights-viewer .ihv-section-one,
.ihv-premium-highlights-viewer .ihv-section-three {
  background: #ffffff;
}

.ihv-premium-highlights-viewer .ihv-section-two {
  background: linear-gradient(180deg, #fff7f4 0%, #fffaf7 100%);
}

.ihv-premium-highlights-viewer .ihv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.ihv-premium-highlights-viewer h2,
.ihv-premium-highlights-viewer h3,
.ihv-premium-highlights-viewer p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ihv-premium-highlights-viewer h2 {
  color: #17191f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ihv-premium-highlights-viewer .ihv-intro {
  color: #5f6570;
  line-height: 1.7;
  margin-top: 0;
}

.ihv-premium-highlights-viewer .ihv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ihv-premium-highlights-viewer .ihv-card {
  position: relative;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0d6cf;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(190, 70, 76, 0.12);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ihv-premium-highlights-viewer .ihv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(254, 44, 85, 0.12), transparent 44%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ihv-premium-highlights-viewer .ihv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(254, 44, 85, 0.38);
  box-shadow: 0 24px 58px rgba(190, 70, 76, 0.2);
}

.ihv-premium-highlights-viewer .ihv-card:hover::before {
  opacity: 1;
}

.ihv-premium-highlights-viewer .ihv-card:hover .ihv-icon {
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
}

.ihv-premium-highlights-viewer .ihv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #fe2c55 0%, #c13584 48%, #f5a623 100%);
  background-size: 180% 180%;
  box-shadow: 0 14px 30px rgba(193, 53, 132, 0.26);
  transition: transform 280ms ease, background-position 360ms ease;
}

.ihv-premium-highlights-viewer .ihv-i {
  display: block;
  line-height: 1;
  text-align: center;
}

.ihv-premium-highlights-viewer h3 {
  position: relative;
  color: #20242b;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.ihv-premium-highlights-viewer .ihv-card p {
  position: relative;
  color: #656b76;
  line-height: 1.62;
}

@media (min-width: 1024px) {
  .ihv-premium-highlights-viewer .ihv-section {
    padding: 92px 0;
  }

  .ihv-premium-highlights-viewer .ihv-container {
    padding: 0 28px;
  }

  .ihv-premium-highlights-viewer h2 {
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .ihv-premium-highlights-viewer .ihv-intro {
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 46px;
  }

  .ihv-premium-highlights-viewer .ihv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ihv-premium-highlights-viewer .ihv-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ihv-premium-highlights-viewer .ihv-grid {
    gap: 24px;
  }

  .ihv-premium-highlights-viewer .ihv-card {
    min-height: 300px;
    padding: 34px 26px 30px;
  }

  .ihv-premium-highlights-viewer .ihv-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .ihv-premium-highlights-viewer .ihv-i {
    font-size: 29px;
  }

  .ihv-premium-highlights-viewer h3 {
    font-size: 20px;
    margin: 0 0 14px;
  }

  .ihv-premium-highlights-viewer .ihv-card p {
    font-size: 15px;
    margin: 0;
  }
}

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

  .ihv-premium-highlights-viewer .ihv-container {
    padding: 0 24px;
  }

  .ihv-premium-highlights-viewer h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .ihv-premium-highlights-viewer .ihv-intro {
    max-width: 700px;
    font-size: 16px;
    margin-bottom: 36px;
  }

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

  .ihv-premium-highlights-viewer .ihv-card {
    min-height: 270px;
    padding: 30px 24px 26px;
  }

  .ihv-premium-highlights-viewer .ihv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .ihv-premium-highlights-viewer .ihv-i {
    font-size: 26px;
  }

  .ihv-premium-highlights-viewer h3 {
    font-size: 19px;
    margin: 0 0 12px;
  }

  .ihv-premium-highlights-viewer .ihv-card p {
    font-size: 14.5px;
    margin: 0;
  }
}

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

  .ihv-premium-highlights-viewer .ihv-container {
    padding: 0 16px;
  }

  .ihv-premium-highlights-viewer h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .ihv-premium-highlights-viewer .ihv-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 26px;
  }

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

  .ihv-premium-highlights-viewer .ihv-card {
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 15px;
  }

  .ihv-premium-highlights-viewer .ihv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 17px;
  }

  .ihv-premium-highlights-viewer .ihv-i {
    font-size: 22px;
  }

  .ihv-premium-highlights-viewer h3 {
    font-size: 16px;
    margin: 0 0 9px;
  }

  .ihv-premium-highlights-viewer .ihv-card p {
    font-size: 13px;
    line-height: 1.48;
    margin: 0;
  }
}

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

  .ihv-premium-highlights-viewer .ihv-container {
    padding: 0 12px;
  }

  .ihv-premium-highlights-viewer h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .ihv-premium-highlights-viewer .ihv-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 22px;
  }

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

  .ihv-premium-highlights-viewer .ihv-card {
    min-height: 226px;
    padding: 20px 11px 18px;
    border-radius: 14px;
  }

  .ihv-premium-highlights-viewer .ihv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 15px;
  }

  .ihv-premium-highlights-viewer .ihv-i {
    font-size: 20px;
  }

  .ihv-premium-highlights-viewer h3 {
    font-size: 15px;
    margin: 0 0 8px;
  }

  .ihv-premium-highlights-viewer .ihv-card p {
    font-size: 12.5px;
    line-height: 1.44;
    margin: 0;
  }
}

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

  .ihv-premium-highlights-viewer .ihv-container {
    padding: 0 10px;
  }

  .ihv-premium-highlights-viewer h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .ihv-premium-highlights-viewer .ihv-intro {
    font-size: 12.8px;
    line-height: 1.46;
    margin-bottom: 20px;
  }

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

  .ihv-premium-highlights-viewer .ihv-card {
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 13px;
  }

  .ihv-premium-highlights-viewer .ihv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 13px;
  }

  .ihv-premium-highlights-viewer .ihv-i {
    font-size: 18px;
  }

  .ihv-premium-highlights-viewer h3 {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .ihv-premium-highlights-viewer .ihv-card p {
    font-size: 11.8px;
    line-height: 1.4;
    margin: 0;
  }
}

.ihv-premium-highlights-viewer .ihv-card {
  opacity: 1;
  transform: translateY(0);
}

.ihv-premium-highlights-viewer.ihv-js .ihv-card {
  opacity: 0;
  transform: translateY(18px);
}

.ihv-premium-highlights-viewer.ihv-js .ihv-card.ihv-visible {
  opacity: 1;
  transform: translateY(0);
}

.ihv-premium-highlights-viewer.ihv-js .ihv-card,
.ihv-premium-highlights-viewer.ihv-js .ihv-card.ihv-visible {
  transition: opacity 500ms ease, transform 500ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}