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

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

.ighv-content,
.ighv-content section,
.ighv-content div,
.ighv-content article {
  box-sizing: border-box;
}

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

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

.ighv-content .ighv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(99, 102, 241, 0.08), transparent 32%),
    #fafafa;
}

.ighv-content .ighv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ighv-content .ighv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ighv-content .ighv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(236, 72, 153, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(99, 102, 241, 0.1));
  color: #9d174d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ighv-content h2 {
  margin: 18px 0 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.ighv-content .ighv-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #596172;
  font-weight: 450;
  line-height: 1.72;
}

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

.ighv-content .ighv-card,
.ighv-content .ighv-trust-card,
.ighv-content .ighv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 25, 43, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ighv-content .ighv-card::before,
.ighv-content .ighv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #f43f5e, #d946ef, #6366f1);
  opacity: 0.9;
}

.ighv-content .ighv-card:hover,
.ighv-content .ighv-trust-card:hover,
.ighv-content .ighv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(217, 70, 239, 0.24);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}

.ighv-content .ighv-card h3,
.ighv-content .ighv-trust-card h3,
.ighv-content .ighv-step-content h3 {
  margin: 0;
  color: #151b2d;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ighv-content .ighv-card p,
.ighv-content .ighv-trust-card p,
.ighv-content .ighv-step-content p {
  margin: 11px 0 0;
  color: #5b6374;
  line-height: 1.68;
}

.ighv-content .ighv-icon {
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.12), rgba(99, 102, 241, 0.14));
  box-shadow: inset 0 0 0 1px rgba(217, 70, 239, 0.16);
}

.ighv-content .ighv-icon::before,
.ighv-content .ighv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.ighv-content .ighv-card:hover .ighv-icon::before,
.ighv-content .ighv-card:hover .ighv-icon::after {
  transform: scale(1.08);
}

.ighv-content .ighv-icon-ring::before {
  inset: 11px;
  border: 3px solid #d946ef;
  border-radius: 50%;
}

.ighv-content .ighv-icon-ring::after {
  right: 10px;
  bottom: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f43f5e;
}

.ighv-content .ighv-icon-bolt::before {
  left: 17px;
  top: 9px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #f43f5e, #6366f1);
  clip-path: polygon(42% 0, 100% 0, 64% 42%, 100% 42%, 25% 100%, 42% 54%, 0 54%);
}

.ighv-content .ighv-icon-frame::before {
  inset: 11px;
  border: 3px solid #6366f1;
  border-radius: 8px;
}

.ighv-content .ighv-icon-frame::after {
  left: 17px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #f43f5e;
}

.ighv-content .ighv-icon-path::before {
  left: 11px;
  top: 12px;
  width: 22px;
  height: 18px;
  border: 3px solid #d946ef;
  border-left-color: transparent;
  border-radius: 999px;
}

.ighv-content .ighv-icon-path::after {
  right: 9px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #d946ef;
  border-right: 3px solid #d946ef;
  transform: rotate(45deg);
}

.ighv-content .ighv-icon-phone::before {
  left: 14px;
  top: 8px;
  width: 16px;
  height: 28px;
  border: 3px solid #6366f1;
  border-radius: 8px;
}

.ighv-content .ighv-icon-phone::after {
  left: 20px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f43f5e;
}

.ighv-content .ighv-icon-spark::before {
  left: 19px;
  top: 8px;
  width: 7px;
  height: 28px;
  border-radius: 999px;
  background: #d946ef;
}

.ighv-content .ighv-icon-spark::after {
  left: 8px;
  top: 19px;
  width: 28px;
  height: 7px;
  border-radius: 999px;
  background: #6366f1;
}

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

.ighv-content .ighv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 8% 20%, rgba(244, 63, 94, 0.14), transparent 28%);
}

.ighv-content .ighv-step-card::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(244, 63, 94, 0), rgba(217, 70, 239, 0.5), rgba(99, 102, 241, 0));
}

.ighv-content .ighv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #f43f5e, #d946ef 48%, #6366f1);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(217, 70, 239, 0.24);
}

.ighv-content .ighv-step-content {
  position: relative;
  z-index: 1;
}

.ighv-content .ighv-card-use {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 90% 10%, rgba(99, 102, 241, 0.11), transparent 30%);
}

.ighv-content .ighv-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.09);
  color: #4338ca;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.ighv-content .ighv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 82% 18%, rgba(244, 63, 94, 0.1), transparent 34%);
}

.ighv-content .ighv-trust-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.1), 0 0 24px rgba(34, 197, 94, 0.3);
}

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

.ighv-content .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-content .ighv-section {
    padding: 52px 0;
  }

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

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

  .ighv-content .ighv-section-head p {
    font-size: 15px;
  }

  .ighv-content .ighv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

  .ighv-content .ighv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

  .ighv-content .ighv-step-card::before {
    display: none;
  }

  .ighv-content .ighv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

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

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

  .ighv-content h2 {
    font-size: 30px;
  }

  .ighv-content .ighv-section-head p {
    font-size: 15.5px;
  }

  .ighv-content .ighv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .ighv-content .ighv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

  .ighv-content .ighv-step-card::before {
    display: none;
  }

  .ighv-content .ighv-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

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

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

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

  .ighv-content .ighv-section-head p {
    font-size: 16px;
  }

  .ighv-content .ighv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

  .ighv-content .ighv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .ighv-content .ighv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .ighv-content .ighv-step-card::before {
    display: none;
  }

  .ighv-content .ighv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

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

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

  .ighv-content h2 {
    font-size: 40px;
  }

  .ighv-content .ighv-section-head p {
    font-size: 17px;
  }

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

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

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

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

  .ighv-content .ighv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .ighv-content .ighv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ighv-content .ighv-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }
}

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

  .ighv-content .ighv-container {
    padding: 0 36px;
  }

  .ighv-content h2 {
    font-size: 46px;
  }

  .ighv-content .ighv-section-head p {
    font-size: 18px;
  }

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

  .ighv-content .ighv-card,
  .ighv-content .ighv-trust-card {
    min-height: 100%;
    padding: 32px;
  }

  .ighv-content .ighv-card h3,
  .ighv-content .ighv-trust-card h3,
  .ighv-content .ighv-step-content h3 {
    font-size: 22px;
  }

  .ighv-content .ighv-card p,
  .ighv-content .ighv-trust-card p,
  .ighv-content .ighv-step-content p {
    font-size: 16px;
  }

  .ighv-content .ighv-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .ighv-content .ighv-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

  .ighv-content .ighv-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }
}