@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.ighv-editorial-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ighv-editorial-wrap .ighv-section {
  position: relative;
  width: 100%;
}

.ighv-editorial-wrap .ighv-section-white {
  background: #ffffff;
}

.ighv-editorial-wrap .ighv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(253, 29, 116, 0.08), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(131, 58, 180, 0.08), transparent 28%),
    #fbfafc;
}

.ighv-editorial-wrap .ighv-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ighv-editorial-wrap .ighv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ighv-editorial-wrap .ighv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(253, 29, 116, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 116, 0.08), rgba(252, 176, 69, 0.1));
  color: #a52072;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.ighv-editorial-wrap .ighv-heading h2 {
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ighv-editorial-wrap .ighv-heading p {
  margin: 16px auto 0;
  color: #596272;
  line-height: 1.7;
}

.ighv-editorial-wrap .ighv-grid {
  display: grid;
  align-items: stretch;
}

.ighv-editorial-wrap .ighv-card,
.ighv-editorial-wrap .ighv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(24, 28, 43, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ighv-editorial-wrap .ighv-card::before,
.ighv-editorial-wrap .ighv-trust-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(253, 29, 116, 0.12), rgba(131, 58, 180, 0.08), rgba(252, 176, 69, 0.1));
  opacity: 0;
  content: "";
  transition: opacity 220ms ease;
  pointer-events: none;
}

.ighv-editorial-wrap .ighv-card:hover,
.ighv-editorial-wrap .ighv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(253, 29, 116, 0.22);
  box-shadow: 0 24px 60px rgba(24, 28, 43, 0.12);
}

.ighv-editorial-wrap .ighv-card:hover::before,
.ighv-editorial-wrap .ighv-trust-card:hover::before {
  opacity: 1;
}

.ighv-editorial-wrap .ighv-card h3,
.ighv-editorial-wrap .ighv-trust-card h3,
.ighv-editorial-wrap .ighv-step-copy h3 {
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ighv-editorial-wrap .ighv-card p,
.ighv-editorial-wrap .ighv-trust-card p,
.ighv-editorial-wrap .ighv-step-copy p {
  position: relative;
  margin: 10px 0 0;
  color: #5d6676;
  line-height: 1.65;
}

.ighv-editorial-wrap .ighv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fd1d74, #833ab4 55%, #fcb045);
  box-shadow: 0 14px 28px rgba(253, 29, 116, 0.2);
}

.ighv-editorial-wrap .ighv-icon::after {
  position: absolute;
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  content: "";
}

.ighv-editorial-wrap .ighv-icon-ring::before {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.ighv-editorial-wrap .ighv-icon-flash::after {
  inset: 11px 16px;
  border: 0;
  border-radius: 4px;
  background: #ffffff;
  clip-path: polygon(55% 0, 24% 45%, 50% 45%, 38% 100%, 78% 35%, 52% 35%);
}

.ighv-editorial-wrap .ighv-icon-frame::after {
  inset: 11px;
  border-radius: 8px;
}

.ighv-editorial-wrap .ighv-icon-path::after {
  inset: 14px 10px;
  border: 0;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 0;
}

.ighv-editorial-wrap .ighv-icon-mobile::after {
  inset: 8px 14px;
  border-radius: 8px;
}

.ighv-editorial-wrap .ighv-icon-daily::after {
  inset: 13px;
  border-radius: 50%;
}

.ighv-editorial-wrap .ighv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ighv-editorial-wrap .ighv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(131, 58, 180, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 252, 0.96));
  box-shadow: 0 18px 46px rgba(24, 28, 43, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ighv-editorial-wrap .ighv-step-card::before {
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fd1d74, #833ab4, #fcb045);
  content: "";
}

.ighv-editorial-wrap .ighv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253, 29, 116, 0.24);
  box-shadow: 0 24px 58px rgba(24, 28, 43, 0.12);
}

.ighv-editorial-wrap .ighv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #141b2d;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(20, 27, 45, 0.18);
}

.ighv-editorial-wrap .ighv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(252, 176, 69, 0.18), transparent 34%);
}

.ighv-editorial-wrap .ighv-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fd1d74, #fcb045);
  box-shadow: 0 0 0 7px rgba(253, 29, 116, 0.09);
}

.ighv-editorial-wrap .ighv-trust-card {
  background: #ffffff;
}

.ighv-editorial-wrap .ighv-badge {
  position: relative;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.1), rgba(253, 29, 116, 0.1));
  color: #7e2d8f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

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

.ighv-editorial-wrap .ighv-reveal.ighv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .ighv-editorial-wrap .ighv-section {
    padding: 52px 0;
  }

  .ighv-editorial-wrap .ighv-container {
    padding: 0 14px;
  }

  .ighv-editorial-wrap .ighv-heading h2 {
    font-size: 26px;
  }

  .ighv-editorial-wrap .ighv-heading p {
    font-size: 14px;
  }

  .ighv-editorial-wrap .ighv-grid,
  .ighv-editorial-wrap .ighv-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ighv-editorial-wrap .ighv-card,
  .ighv-editorial-wrap .ighv-trust-card {
    padding: 22px;
  }

  .ighv-editorial-wrap .ighv-card h3,
  .ighv-editorial-wrap .ighv-trust-card h3,
  .ighv-editorial-wrap .ighv-step-copy h3 {
    font-size: 18px;
  }

  .ighv-editorial-wrap .ighv-card p,
  .ighv-editorial-wrap .ighv-trust-card p,
  .ighv-editorial-wrap .ighv-step-copy p {
    font-size: 14px;
  }

  .ighv-editorial-wrap .ighv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ighv-editorial-wrap .ighv-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ighv-editorial-wrap .ighv-section {
    padding: 58px 0;
  }

  .ighv-editorial-wrap .ighv-container {
    padding: 0 18px;
  }

  .ighv-editorial-wrap .ighv-heading h2 {
    font-size: 29px;
  }

  .ighv-editorial-wrap .ighv-heading p {
    font-size: 15px;
  }

  .ighv-editorial-wrap .ighv-grid,
  .ighv-editorial-wrap .ighv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .ighv-editorial-wrap .ighv-card,
  .ighv-editorial-wrap .ighv-trust-card {
    padding: 24px;
  }

  .ighv-editorial-wrap .ighv-card h3,
  .ighv-editorial-wrap .ighv-trust-card h3,
  .ighv-editorial-wrap .ighv-step-copy h3 {
    font-size: 19px;
  }

  .ighv-editorial-wrap .ighv-card p,
  .ighv-editorial-wrap .ighv-trust-card p,
  .ighv-editorial-wrap .ighv-step-copy p {
    font-size: 14.5px;
  }

  .ighv-editorial-wrap .ighv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ighv-editorial-wrap .ighv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ighv-editorial-wrap .ighv-section {
    padding: 64px 0;
  }

  .ighv-editorial-wrap .ighv-container {
    padding: 0 22px;
  }

  .ighv-editorial-wrap .ighv-heading h2 {
    font-size: 32px;
  }

  .ighv-editorial-wrap .ighv-heading p {
    font-size: 15.5px;
  }

  .ighv-editorial-wrap .ighv-grid,
  .ighv-editorial-wrap .ighv-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .ighv-editorial-wrap .ighv-card,
  .ighv-editorial-wrap .ighv-trust-card {
    padding: 26px;
  }

  .ighv-editorial-wrap .ighv-card h3,
  .ighv-editorial-wrap .ighv-trust-card h3,
  .ighv-editorial-wrap .ighv-step-copy h3 {
    font-size: 20px;
  }

  .ighv-editorial-wrap .ighv-card p,
  .ighv-editorial-wrap .ighv-trust-card p,
  .ighv-editorial-wrap .ighv-step-copy p {
    font-size: 15px;
  }

  .ighv-editorial-wrap .ighv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ighv-editorial-wrap .ighv-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ighv-editorial-wrap .ighv-section {
    padding: 78px 0;
  }

  .ighv-editorial-wrap .ighv-container {
    padding: 0 30px;
  }

  .ighv-editorial-wrap .ighv-heading h2 {
    font-size: 40px;
  }

  .ighv-editorial-wrap .ighv-heading p {
    font-size: 16px;
  }

  .ighv-editorial-wrap .ighv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .ighv-editorial-wrap .ighv-steps {
    gap: 20px;
    margin-top: 44px;
  }

  .ighv-editorial-wrap .ighv-card,
  .ighv-editorial-wrap .ighv-trust-card {
    padding: 28px;
  }

  .ighv-editorial-wrap .ighv-card h3,
  .ighv-editorial-wrap .ighv-trust-card h3,
  .ighv-editorial-wrap .ighv-step-copy h3 {
    font-size: 20px;
  }

  .ighv-editorial-wrap .ighv-card p,
  .ighv-editorial-wrap .ighv-trust-card p,
  .ighv-editorial-wrap .ighv-step-copy p {
    font-size: 15px;
  }

  .ighv-editorial-wrap .ighv-step-card {
    gap: 22px;
    padding: 28px 30px;
  }

  .ighv-editorial-wrap .ighv-step-number {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .ighv-editorial-wrap .ighv-section {
    padding: 92px 0;
  }

  .ighv-editorial-wrap .ighv-container {
    padding: 0 32px;
  }

  .ighv-editorial-wrap .ighv-heading h2 {
    font-size: 46px;
  }

  .ighv-editorial-wrap .ighv-heading p {
    font-size: 17px;
  }

  .ighv-editorial-wrap .ighv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .ighv-editorial-wrap .ighv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .ighv-editorial-wrap .ighv-card,
  .ighv-editorial-wrap .ighv-trust-card {
    padding: 30px;
  }

  .ighv-editorial-wrap .ighv-card h3,
  .ighv-editorial-wrap .ighv-trust-card h3,
  .ighv-editorial-wrap .ighv-step-copy h3 {
    font-size: 21px;
  }

  .ighv-editorial-wrap .ighv-card p,
  .ighv-editorial-wrap .ighv-trust-card p,
  .ighv-editorial-wrap .ighv-step-copy p {
    font-size: 15.5px;
  }

  .ighv-editorial-wrap .ighv-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

  .ighv-editorial-wrap .ighv-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }
}