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

.iav-content-sections,
.iav-content-sections div,
.iav-content-sections section,
.iav-content-sections article,
.iav-content-sections span,
.iav-content-sections h2,
.iav-content-sections h3,
.iav-content-sections p {
  box-sizing: border-box;
}

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

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

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

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

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

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

.iav-content-sections .iav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.08), rgba(131, 58, 180, 0.08), rgba(252, 176, 69, 0.1));
  color: #9f245c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.iav-content-sections .iav-section-head h2 {
  margin: 0;
  color: #141827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}

.iav-content-sections .iav-section-head p {
  margin: 14px auto 0;
  color: #5c6475;
  font-weight: 450;
  line-height: 1.75;
}

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

.iav-content-sections .iav-card,
.iav-content-sections .iav-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(225, 48, 108, 0.22), rgba(131, 58, 180, 0.12), rgba(252, 176, 69, 0.16)) border-box;
  box-shadow: 0 18px 50px rgba(18, 24, 38, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.iav-content-sections .iav-card::after,
.iav-content-sections .iav-trust-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af, #515bd4);
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 220ms ease, transform 220ms ease;
}

.iav-content-sections .iav-card:hover,
.iav-content-sections .iav-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(221, 42, 123, 0.22);
  box-shadow: 0 24px 70px rgba(18, 24, 38, 0.11);
}

.iav-content-sections .iav-card:hover::after,
.iav-content-sections .iav-trust-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.iav-content-sections .iav-card h3,
.iav-content-sections .iav-trust-card h3,
.iav-content-sections .iav-step-card h3 {
  margin: 0;
  color: #171b2a;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.iav-content-sections .iav-card p,
.iav-content-sections .iav-trust-card p,
.iav-content-sections .iav-step-card p {
  margin: 10px 0 0;
  color: #606878;
  font-weight: 440;
  line-height: 1.7;
}

.iav-content-sections .iav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af 78%, #515bd4);
  box-shadow: 0 12px 28px rgba(221, 42, 123, 0.22);
  transition: transform 220ms ease;
}

.iav-content-sections .iav-card:hover .iav-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.iav-content-sections .iav-icon::before,
.iav-content-sections .iav-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.iav-content-sections .iav-icon-view::before {
  width: 23px;
  height: 14px;
  left: 11px;
  top: 16px;
  border-radius: 50% 50% 48% 48%;
}

.iav-content-sections .iav-icon-view::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
}

.iav-content-sections .iav-icon-speed::before {
  width: 21px;
  height: 21px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom-color: transparent;
}

.iav-content-sections .iav-icon-speed::after {
  width: 13px;
  height: 3px;
  left: 22px;
  top: 21px;
  transform: rotate(-28deg);
}

.iav-content-sections .iav-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.iav-content-sections .iav-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
}

.iav-content-sections .iav-icon-steps::before {
  width: 24px;
  height: 3px;
  left: 11px;
  top: 14px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}

.iav-content-sections .iav-icon-steps::after {
  width: 5px;
  height: 5px;
  left: 8px;
  top: 13px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}

.iav-content-sections .iav-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.iav-content-sections .iav-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 20px;
  top: 29px;
}

.iav-content-sections .iav-icon-daily::before {
  width: 23px;
  height: 23px;
  left: 11px;
  top: 11px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.iav-content-sections .iav-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 22px;
  top: 22px;
  transform: rotate(42deg);
  transform-origin: left center;
}

.iav-content-sections .iav-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.iav-content-sections .iav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(18, 24, 38, 0.07);
}

.iav-content-sections .iav-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.iav-content-sections .iav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #171b2a, #343d62);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 36px rgba(23, 27, 42, 0.18);
}

.iav-content-sections .iav-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 2px 0 20px;
  border-radius: 999px;
  background: #dd2a7b;
  box-shadow:
    0 0 0 8px rgba(221, 42, 123, 0.1),
    18px 0 0 #f58529,
    36px 0 0 #515bd4;
}

.iav-content-sections .iav-trust-card {
  background:
    radial-gradient(circle at top right, rgba(221, 42, 123, 0.08), transparent 34%),
    #ffffff;
}

.iav-content-sections .iav-trust-mark {
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.14), rgba(221, 42, 123, 0.12), rgba(81, 91, 212, 0.12));
  position: relative;
}

.iav-content-sections .iav-trust-mark::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  left: 14px;
  top: 16px;
  border-left: 4px solid #dd2a7b;
  border-bottom: 4px solid #dd2a7b;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.iav-content-sections .iav-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.iav-content-sections .iav-reveal.iav-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .iav-content-sections .iav-section-head {
    margin-bottom: 26px;
  }

  .iav-content-sections .iav-section-head h2 {
    font-size: 25px;
  }

  .iav-content-sections .iav-section-head p {
    font-size: 14px;
  }

  .iav-content-sections .iav-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .iav-content-sections .iav-card,
  .iav-content-sections .iav-trust-card {
    padding: 20px;
  }

  .iav-content-sections .iav-card h3,
  .iav-content-sections .iav-trust-card h3,
  .iav-content-sections .iav-step-card h3 {
    font-size: 17px;
  }

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

  .iav-content-sections .iav-step-list {
    gap: 14px;
  }

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

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

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

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

  .iav-content-sections .iav-section-head {
    margin-bottom: 30px;
  }

  .iav-content-sections .iav-section-head h2 {
    font-size: 28px;
  }

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

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

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

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

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

  .iav-content-sections .iav-step-list {
    gap: 16px;
  }

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

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

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

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

  .iav-content-sections .iav-section-head {
    margin-bottom: 34px;
  }

  .iav-content-sections .iav-section-head h2 {
    font-size: 31px;
  }

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

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

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

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

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

  .iav-content-sections .iav-step-list {
    gap: 18px;
  }

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

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

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

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

  .iav-content-sections .iav-section-head {
    margin-bottom: 40px;
  }

  .iav-content-sections .iav-section-head h2 {
    font-size: 38px;
  }

  .iav-content-sections .iav-section-head p {
    font-size: 16.5px;
  }

  .iav-content-sections .iav-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

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

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

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

  .iav-content-sections .iav-step-list {
    gap: 20px;
  }

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

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

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

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

  .iav-content-sections .iav-section-head {
    margin-bottom: 48px;
  }

  .iav-content-sections .iav-section-head h2 {
    font-size: 44px;
  }

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

  .iav-content-sections .iav-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .iav-content-sections .iav-card-grid {
    gap: 24px;
  }

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

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

  .iav-content-sections .iav-card p,
  .iav-content-sections .iav-trust-card p,
  .iav-content-sections .iav-step-card p {
    font-size: 15.8px;
  }

  .iav-content-sections .iav-step-list {
    gap: 22px;
  }

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

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