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

.ighv-premium-section,
.ighv-premium-section * {
  box-sizing: border-box;
}

.ighv-premium-section {
  --ighv-primary: #c13584;
  --ighv-secondary: #f77737;
  --ighv-accent: #feda75;
  --ighv-ink: #221823;
  --ighv-muted: #665866;
  --ighv-tint: #fff7f3;
  --ighv-border: rgba(193, 53, 132, 0.16);
  --ighv-shadow: rgba(193, 53, 132, 0.14);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: var(--ighv-ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.ighv-premium-section .ighv-band-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(254, 218, 117, 0.22), transparent 34%),
    linear-gradient(180deg, #fff9f5 0%, var(--ighv-tint) 100%);
}

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

.ighv-premium-section h2,
.ighv-premium-section .ighv-intro,
.ighv-premium-section h3,
.ighv-premium-section p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ighv-premium-section h2 {
  color: var(--ighv-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

.ighv-premium-section .ighv-intro {
  color: var(--ighv-muted);
  line-height: 1.65;
  max-width: 780px;
  margin-top: 0;
}

.ighv-premium-section .ighv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.ighv-premium-section .ighv-card {
  position: relative;
  isolation: isolate;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(193, 53, 132, 0.07), rgba(247, 119, 55, 0.07));
  border: 1px solid var(--ighv-border);
  box-shadow: 0 18px 42px var(--ighv-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 380ms ease;
}

.ighv-premium-section .ighv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(193, 53, 132, 0.08), rgba(254, 218, 117, 0.14), rgba(247, 119, 55, 0.08));
  opacity: 0;
  transition: opacity 280ms ease;
}

.ighv-premium-section .ighv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(193, 53, 132, 0.34);
  box-shadow: 0 26px 62px rgba(193, 53, 132, 0.2);
}

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

.ighv-premium-section .ighv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--ighv-primary), var(--ighv-secondary) 62%, var(--ighv-accent));
  box-shadow: 0 14px 28px rgba(193, 53, 132, 0.22);
  color: #ffffff;
  text-align: center !important;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ighv-premium-section .ighv-card:hover .ighv-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(247, 119, 55, 0.28);
}

.ighv-premium-section .ighv-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.ighv-premium-section h3 {
  color: var(--ighv-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.ighv-premium-section .ighv-card p {
  color: var(--ighv-muted);
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.ighv-premium-section .ighv-card {
  transition-property: opacity, transform, box-shadow, border-color;
  transition-duration: 520ms, 520ms, 280ms, 280ms;
  transition-timing-function: ease;
}

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

  .ighv-premium-section .ighv-container {
    padding: 0 28px;
  }

  .ighv-premium-section h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .ighv-premium-section .ighv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .ighv-premium-section .ighv-grid {
    gap: 24px;
  }

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

  .ighv-premium-section .ighv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ighv-premium-section .ighv-card {
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 22px;
  }

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

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

  .ighv-premium-section h3 {
    font-size: 20px;
  }

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

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

  .ighv-premium-section .ighv-container {
    padding: 0 24px;
  }

  .ighv-premium-section h2 {
    font-size: 34px;
  }

  .ighv-premium-section .ighv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ighv-premium-section .ighv-grid,
  .ighv-premium-section .ighv-grid-3,
  .ighv-premium-section .ighv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ighv-premium-section .ighv-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .ighv-premium-section .ighv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }

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

  .ighv-premium-section h3 {
    font-size: 19px;
  }

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

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

  .ighv-premium-section .ighv-container {
    padding: 0 16px;
  }

  .ighv-premium-section h2 {
    font-size: 27px;
  }

  .ighv-premium-section .ighv-intro {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .ighv-premium-section .ighv-grid,
  .ighv-premium-section .ighv-grid-3,
  .ighv-premium-section .ighv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ighv-premium-section .ighv-card {
    min-height: 238px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .ighv-premium-section .ighv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

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

  .ighv-premium-section h3 {
    font-size: 16px;
  }

  .ighv-premium-section .ighv-card p {
    font-size: 13px;
  }
}

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

  .ighv-premium-section .ighv-container {
    padding: 0 12px;
  }

  .ighv-premium-section h2 {
    font-size: 24px;
  }

  .ighv-premium-section .ighv-intro {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .ighv-premium-section .ighv-grid,
  .ighv-premium-section .ighv-grid-3,
  .ighv-premium-section .ighv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ighv-premium-section .ighv-card {
    min-height: 224px;
    padding: 18px 10px;
    border-radius: 15px;
  }

  .ighv-premium-section .ighv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

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

  .ighv-premium-section h3 {
    font-size: 15px;
  }

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

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

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

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

  .ighv-premium-section .ighv-intro {
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .ighv-premium-section .ighv-grid,
  .ighv-premium-section .ighv-grid-3,
  .ighv-premium-section .ighv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ighv-premium-section .ighv-card {
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }

  .ighv-premium-section .ighv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

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

  .ighv-premium-section h3 {
    font-size: 14px;
  }

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