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

.igbv-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

.igbv-content .igbv-section {
  position: relative;
  isolation: isolate;
}

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

.igbv-content .igbv-section-soft {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 80, 128, 0.08), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(112, 80, 255, 0.07), transparent 34%),
    #fbfbfd;
}

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

.igbv-content .igbv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.igbv-content .igbv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 80, 128, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 80, 128, 0.1), rgba(112, 80, 255, 0.1));
  color: #bd245c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.igbv-content h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igbv-content .igbv-heading p {
  margin: 14px auto 0;
  color: #5b6475;
  line-height: 1.72;
}

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

.igbv-content .igbv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 80, 128, 0.18), rgba(112, 80, 255, 0.12), rgba(255, 190, 90, 0.12)) border-box;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.igbv-content .igbv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 80, 128, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.igbv-content .igbv-card h3 {
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.igbv-content .igbv-card p {
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}

.igbv-content .igbv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f87, #7c5cff);
  box-shadow: 0 12px 24px rgba(124, 92, 255, 0.22);
}

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

.igbv-content .igbv-card:hover .igbv-icon::before,
.igbv-content .igbv-card:hover .igbv-icon::after {
  transform: translateY(-1px);
}

.igbv-content .igbv-icon-view::before {
  width: 20px;
  height: 14px;
  left: 13px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igbv-content .igbv-icon-view::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.igbv-content .igbv-icon-fast::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igbv-content .igbv-icon-fast::after {
  width: 10px;
  height: 2px;
  left: 23px;
  top: 22px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-35deg);
}

.igbv-content .igbv-icon-preview::before {
  width: 20px;
  height: 16px;
  left: 13px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.igbv-content .igbv-icon-preview::after {
  width: 10px;
  height: 2px;
  left: 18px;
  top: 22px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.9);
}

.igbv-content .igbv-icon-steps::before {
  width: 7px;
  height: 7px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 13px 0 0 #ffffff, 13px 13px 0 #ffffff;
}

.igbv-content .igbv-icon-steps::after {
  width: 2px;
  height: 17px;
  left: 29px;
  top: 17px;
  background: rgba(255, 255, 255, 0.72);
}

.igbv-content .igbv-icon-mobile::before {
  width: 15px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.igbv-content .igbv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 999px;
  background: #ffffff;
}

.igbv-content .igbv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.igbv-content .igbv-icon-daily::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 21px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.85);
}

.igbv-content .igbv-steps {
  display: grid;
}

.igbv-content .igbv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.igbv-content .igbv-step-card::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 28px;
  bottom: 28px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4f87, #7c5cff);
  opacity: 0.22;
}

.igbv-content .igbv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.1);
}

.igbv-content .igbv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4f87, #7c5cff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(124, 92, 255, 0.24);
}

.igbv-content .igbv-step-card h3 {
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
}

.igbv-content .igbv-step-card p {
  margin: 8px 0 0;
  color: #5b6475;
  line-height: 1.68;
}

.igbv-content .igbv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(253, 252, 255, 0.98)) padding-box,
    linear-gradient(135deg, rgba(255, 80, 128, 0.16), rgba(255, 190, 90, 0.16), rgba(112, 80, 255, 0.12)) border-box;
}

.igbv-content .igbv-dot {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #ff4f87;
  box-shadow: 18px 0 0 rgba(124, 92, 255, 0.75), 36px 0 0 rgba(255, 190, 90, 0.85);
}

.igbv-content .igbv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 80, 128, 0.1);
  color: #bd245c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.igbv-content .igbv-trust-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 80, 128, 0.18), rgba(112, 80, 255, 0.16)) border-box;
}

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

.igbv-content .igbv-reveal.igbv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .igbv-content .igbv-section {
    padding: 54px 0;
  }

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

  .igbv-content h2 {
    font-size: 28px;
  }

  .igbv-content .igbv-heading p {
    font-size: 15px;
  }

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

  .igbv-content .igbv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .igbv-content .igbv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }

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

  .igbv-content .igbv-step-number {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 16px;
  }
}

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

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

  .igbv-content h2 {
    font-size: 31px;
  }

  .igbv-content .igbv-heading p {
    font-size: 15.5px;
  }

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

  .igbv-content .igbv-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .igbv-content .igbv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
  }

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

  .igbv-content .igbv-step-number {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 16px;
  }
}

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

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

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

  .igbv-content .igbv-heading p {
    font-size: 16px;
  }

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

  .igbv-content .igbv-card {
    padding: 26px;
    border-radius: 22px;
  }

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

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

  .igbv-content .igbv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
  }

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

  .igbv-content .igbv-step-number {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    font-size: 17px;
  }
}

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

  .igbv-content .igbv-container {
    padding: 0 30px;
  }

  .igbv-content h2 {
    font-size: 42px;
  }

  .igbv-content .igbv-heading p {
    font-size: 17px;
  }

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

  .igbv-content .igbv-steps {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 44px;
  }

  .igbv-content .igbv-card {
    padding: 28px;
  }

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

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

  .igbv-content .igbv-step-card {
    gap: 22px;
    padding: 30px;
  }

  .igbv-content .igbv-step-number {
    font-size: 18px;
  }
}

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

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

  .igbv-content h2 {
    font-size: 48px;
  }

  .igbv-content .igbv-heading p {
    font-size: 18px;
  }

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

  .igbv-content .igbv-steps {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }

  .igbv-content .igbv-card {
    padding: 30px;
  }

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

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

  .igbv-content .igbv-step-card {
    gap: 24px;
    padding: 32px;
  }

  .igbv-content .igbv-step-number {
    font-size: 18px;
  }
}