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

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

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

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

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

.iav-content .iav-section-soft {
  background: linear-gradient(180deg, #fbfafc 0%, #f7f4f8 100%);
}

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

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

.iav-content .iav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(226, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.08), rgba(131, 58, 180, 0.08));
  color: #9b1c58;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

.iav-content .iav-heading p {
  margin: 16px auto 0;
  color: #5d6473;
  font-weight: 400;
  line-height: 1.7;
}

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

.iav-content .iav-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 31, 48, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(20, 24, 38, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.iav-content .iav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.10), rgba(245, 96, 64, 0.04), rgba(131, 58, 180, 0.10));
  opacity: 0;
  transition: opacity 220ms ease;
}

.iav-content .iav-card:hover {
  transform: translateY(-5px);
  border-color: rgba(226, 48, 108, 0.22);
  box-shadow: 0 24px 62px rgba(20, 24, 38, 0.12);
}

.iav-content .iav-card:hover::before {
  opacity: 1;
}

.iav-content .iav-card h3 {
  position: relative;
  margin: 0;
  color: #191c2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.iav-content .iav-card p {
  position: relative;
  margin: 10px 0 0;
  color: #606777;
  line-height: 1.65;
}

.iav-content .iav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #fd1d1d 0%, #f56040 36%, #c13584 68%, #833ab4 100%);
  box-shadow: 0 14px 28px rgba(193, 53, 132, 0.24);
}

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

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

.iav-content .iav-icon-lens::before {
  width: 16px;
  height: 16px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.iav-content .iav-icon-lens::after {
  width: 10px;
  height: 2px;
  top: 29px;
  left: 27px;
  background: #ffffff;
  border-radius: 999px;
  transform: rotate(45deg);
}

.iav-content .iav-icon-flash::before {
  top: 10px;
  left: 17px;
  width: 12px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(56% 0, 18% 46%, 48% 46%, 30% 100%, 82% 38%, 52% 38%);
}

.iav-content .iav-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.iav-content .iav-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  background: #ffffff;
  border-radius: 50%;
}

.iav-content .iav-icon-path::before {
  top: 21px;
  left: 12px;
  width: 22px;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
}

.iav-content .iav-icon-path::after {
  top: 15px;
  right: 10px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.iav-content .iav-icon-phone::before {
  top: 8px;
  left: 14px;
  width: 18px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.iav-content .iav-icon-phone::after {
  bottom: 11px;
  left: 21px;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.iav-content .iav-icon-bookmark::before {
  top: 10px;
  left: 15px;
  width: 16px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
  border-radius: 2px;
}

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

.iav-content .iav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(25, 31, 48, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(20, 24, 38, 0.075);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.iav-content .iav-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #fd1d1d, #c13584, #833ab4);
}

.iav-content .iav-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(20, 24, 38, 0.11);
}

.iav-content .iav-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #fd1d1d 0%, #c13584 58%, #833ab4 100%);
  box-shadow: 0 14px 30px rgba(193, 53, 132, 0.25);
}

.iav-content .iav-step-copy h3 {
  margin: 0;
  color: #191c2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.iav-content .iav-step-copy p {
  margin: 8px 0 0;
  color: #606777;
  line-height: 1.65;
}

.iav-content .iav-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}

.iav-content .iav-dot {
  position: relative;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fd1d1d, #c13584, #833ab4);
  box-shadow: 0 0 0 8px rgba(193, 53, 132, 0.09);
}

.iav-content .iav-trust-card {
  background: #ffffff;
}

.iav-content .iav-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff3f8;
  color: #a41c5b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

  .iav-content .iav-heading h2 {
    font-size: 25px;
  }

  .iav-content .iav-heading p {
    font-size: 14px;
  }

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

  .iav-content .iav-card {
    padding: 22px;
  }

  .iav-content .iav-card h3 {
    font-size: 18px;
  }

  .iav-content .iav-card p {
    font-size: 14px;
  }

  .iav-content .iav-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

  .iav-content .iav-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }

  .iav-content .iav-step-copy h3 {
    font-size: 18px;
  }

  .iav-content .iav-step-copy p {
    font-size: 14px;
  }
}

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

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

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

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

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

  .iav-content .iav-card {
    padding: 24px;
  }

  .iav-content .iav-card h3 {
    font-size: 19px;
  }

  .iav-content .iav-card p {
    font-size: 15px;
  }

  .iav-content .iav-steps {
    gap: 18px;
    margin-top: 30px;
  }

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

  .iav-content .iav-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }

  .iav-content .iav-step-copy h3 {
    font-size: 19px;
  }

  .iav-content .iav-step-copy p {
    font-size: 15px;
  }
}

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

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

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

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

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

  .iav-content .iav-card {
    padding: 26px;
  }

  .iav-content .iav-card h3 {
    font-size: 20px;
  }

  .iav-content .iav-card p {
    font-size: 15px;
  }

  .iav-content .iav-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

  .iav-content .iav-step-number {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }

  .iav-content .iav-step-copy h3 {
    font-size: 20px;
  }

  .iav-content .iav-step-copy p {
    font-size: 15px;
  }
}

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

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

  .iav-content .iav-heading h2 {
    font-size: 38px;
  }

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

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

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

  .iav-content .iav-card h3 {
    font-size: 20px;
  }

  .iav-content .iav-card p {
    font-size: 15px;
  }

  .iav-content .iav-steps {
    gap: 20px;
    margin-top: 42px;
  }

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

  .iav-content .iav-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }

  .iav-content .iav-step-copy h3 {
    font-size: 21px;
  }

  .iav-content .iav-step-copy p {
    font-size: 16px;
  }
}

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

  .iav-content .iav-container {
    padding: 0 34px;
  }

  .iav-content .iav-heading h2 {
    font-size: 44px;
  }

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

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

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

  .iav-content .iav-card h3 {
    font-size: 21px;
  }

  .iav-content .iav-card p {
    font-size: 16px;
  }

  .iav-content .iav-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .iav-content .iav-step-card {
    gap: 26px;
    padding: 30px 34px;
  }

  .iav-content .iav-step-number {
    width: 74px;
    height: 74px;
    font-size: 22px;
  }

  .iav-content .iav-step-copy h3 {
    font-size: 22px;
  }

  .iav-content .iav-step-copy p {
    font-size: 16px;
  }
}