.iu-landing {
  font-family: Inter, Arial, sans-serif;
  background: #f6f7ff;
  color: #15193f;
  padding: 12px 20px 20px;
  border-radius: 16px;
}

.iu-asset-notes {
  background: #fff3cd;
  color: #6a4b00;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.5;
}

.iu-nav {
  display: none;
}

.iu-header-cta {
  text-decoration: none;
  color: #fff;
}

.iu-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 10px 0 0;
}

.iu-pill {
  display: inline-block;
  background: #ece7ff;
  color: #6b4ce5;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
  white-space: normal;
}

.iu-copy h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
  margin: 16px 0;
  white-space: normal;
}

.iu-copy h1 span {
  color: #6f64ff;
}

.iu-copy p,
.iu-copy li,
.iu-copy h1,
.iu-copy h2,
.iu-copy h3 {
  white-space: normal;
}

.iu-copy ul {
  display: flex;
  gap: 16px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.iu-copy li {
  background: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
}

.iu-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.iu-btn {
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-block;
}

.iu-btn-primary {
  background: #6f64ff;
  color: #fff;
}

.iu-btn-primary:hover,
.iu-btn-primary:focus {
  color: #fff !important;
}

.iu-btn-secondary {
  background: #fff;
  border: 1px solid #d2d5ef;
  color: #262b56;
}

.iu-trust {
  max-width: 260px;
  width: 100%;
  margin-top: 8px;
}

.iu-compare {
  position: relative;
  min-height: 360px;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 20px 35px rgba(31, 33, 74, 0.15);
}

.iu-compare img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iu-compare-img-mobile {
  display: none;
}

.iu-after-wrap {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 50%);
}

.iu-compare-divider {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 2px;
  background: #fff;
  transform: translateX(-1px);
  z-index: 3;
  pointer-events: none;
}

.iu-compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1f46;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.iu-compare-label {
  position: absolute;
  top: 14px;
  z-index: 2;
  background: rgba(21, 25, 63, 0.8);
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  line-height: 1;
}

.iu-compare-label-before { left: 14px; }
.iu-compare-label-after { right: 14px; }

.iu-compare-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 4;
}

.iu-features {
  padding: clamp(54px, 8vw, 96px) 0 clamp(28px, 4.5vw, 44px);
}

.iu-features-heading {
  max-width: 780px;
  margin: 0 auto clamp(34px, 5vw, 52px);
  text-align: center;
}

.iu-features-heading p {
  margin: 0 0 18px;
  color: #7162f6;
  font-size: clamp(0.82rem, 1.8vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.iu-features-heading h2 {
  margin: 0;
  color: #061336;
  font-size: clamp(2.15rem, 5vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.iu-features-heading h2 span {
  color: #7666ff;
}

.iu-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.iu-cards article {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.96);
  padding: 44px 28px 38px;
  border: 1px solid rgba(233, 235, 255, 0.9);
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(31, 33, 74, 0.08);
  text-align: center;
}

.iu-card-icon {
  display: grid;
  width: 110px;
  height: 110px;
  margin: 0 auto 34px;
  place-items: center;
  overflow: visible;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(247, 244, 255, 0.95) 0%, rgba(239, 234, 255, 0.92) 58%, rgba(229, 224, 255, 0.64) 100%);
}

.iu-card-icon img {
  display: block;
  width: 68px;
  height: 68px;
  max-width: none;
  object-fit: contain;
  transform: scale(1.6);
  transform-origin: center;
}

.iu-cards h3 {
  margin: 0 0 26px;
  color: #061336;
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.iu-cards p {
  margin: 0;
  color: #5e6578;
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.9;
}

.iu-steps {
  padding: clamp(34px, 5vw, 52px) clamp(16px, 4vw, 36px) clamp(50px, 7vw, 76px);
  margin: 8px 0 24px;
  text-align: center;
}

.iu-steps-eyebrow {
  margin: 0 0 16px;
  color: #635be8;
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.iu-steps h2 {
  margin: 0 auto clamp(48px, 7vw, 66px);
  max-width: 860px;
  color: #080c2f;
  font-size: clamp(2.1rem, 4.8vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.iu-step-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(80px, 0.62fr) minmax(0, 1fr) minmax(80px, 0.62fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(12px, 2vw, 22px);
  max-width: 1080px;
  margin: 0 auto;
}

.iu-step {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.iu-step-icon {
  display: grid;
  width: clamp(92px, 10vw, 112px);
  height: clamp(92px, 10vw, 112px);
  margin: 0 auto 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(43, 46, 96, 0.08);
}

.iu-step-icon img {
  display: block;
  width: clamp(64px, 6.8vw, 78px);
  height: clamp(64px, 6.8vw, 78px);
  max-width: none;
  object-fit: contain;
}

.iu-step h3 {
  margin: 0 0 12px;
  color: #080c2f;
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.iu-step p {
  max-width: 285px;
  margin: 0;
  color: #687083;
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  font-weight: 500;
  line-height: 1.55;
}

.iu-step-connector {
  display: flex;
  align-items: center;
  padding-top: clamp(45px, 5vw, 56px);
}

.iu-step-connector span {
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px dashed rgba(180, 183, 210, 0.6);
}

.iu-step-connector span::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -1px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #aaa3ed;
  border-right: 3px solid #aaa3ed;
  transform: rotate(45deg);
}

.iu-cta {
  position: relative;
  display: grid;
  min-height: clamp(410px, 35vw, 545px);
  grid-template-columns: minmax(340px, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  overflow: hidden;
  margin: clamp(28px, 5vw, 58px) 0 0;
  padding: clamp(38px, 5.2vw, 72px) clamp(36px, 5.8vw, 70px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 71% 34%, rgba(125, 101, 255, 0.32) 0%, rgba(89, 74, 224, 0.18) 26%, rgba(8, 14, 49, 0) 55%),
    linear-gradient(135deg, #070d2f 0%, #091033 50%, #08102f 100%);
  box-shadow: 0 20px 42px rgba(18, 22, 55, 0.14);
  color: #fff;
}

.iu-cta-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.iu-cta h2 {
  margin: 0 0 clamp(20px, 3vw, 30px);
  color: #fff;
  font-size: clamp(2.45rem, 4.25vw, 3.85rem);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 1.15;
}

.iu-cta-copy > p:not(.iu-cta-note) {
  max-width: 510px;
  margin: 0 0 clamp(26px, 3.5vw, 38px);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.55vw, 1.18rem);
  font-weight: 500;
  line-height: 1.62;
}

.iu-cta-button {
  display: inline-flex;
  min-width: min(100%, 288px);
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: clamp(17px, 2.1vw, 22px) clamp(24px, 3vw, 36px);
  border-radius: 13px;
  background: linear-gradient(135deg, #765cff 0%, #6148f3 100%);
  box-shadow: 0 18px 30px rgba(92, 71, 235, 0.28);
  color: #fff;
  font-size: clamp(0.96rem, 1.55vw, 1.16rem);
  line-height: 1.2;
  text-decoration: none;
}

.iu-cta-button:hover,
.iu-cta-button:focus {
  color: #fff !important;
}

.iu-cta-button span {
  font-size: 1.35em;
  line-height: 1;
}

.iu-cta-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.9rem, 1.35vw, 1.02rem);
  font-weight: 500;
  text-align: center;
  width: min(100%, 288px);
}

.iu-cta-visual {
  position: relative;
  z-index: 1;
  min-height: clamp(320px, 31vw, 470px);
  align-self: stretch;
}

.iu-cta-artwork {
  position: absolute;
  right: clamp(-138px, -8vw, -58px);
  top: 47%;
  width: min(1080px, 154%);
  height: clamp(380px, 36vw, 560px);
  max-width: none;
  object-fit: contain;
  object-position: center;
  transform: translateY(-50%);
  filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.36));
}

.iu-cta-badge {
  position: absolute;
  z-index: 2;
  display: grid;
  width: clamp(42px, 4.1vw, 54px);
  height: clamp(42px, 4.1vw, 54px);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(130, 104, 255, 0.98), rgba(78, 66, 190, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 14px 28px rgba(22, 18, 77, 0.34);
  color: #fff;
  font-size: clamp(1.32rem, 2.45vw, 1.82rem);
  font-weight: 900;
  line-height: 1;
}

.iu-cta-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iu-cta-badge svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.iu-cta-badge-sparkle svg {
  width: 62%;
  height: 62%;
  fill: currentColor;
  stroke: none;
}

.iu-cta-badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2px;
  text-align: center;
  line-height: 0.82;
}

.iu-cta-badge small {
  display: block;
  margin-top: 5px;
  font-size: 0.28em;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.iu-cta-badge-8k {
  width: clamp(72px, 6.2vw, 86px);
  height: clamp(58px, 5.2vw, 70px);
  padding: clamp(4px, 0.45vw, 6px) clamp(10px, 0.9vw, 14px) clamp(4px, 0.45vw, 6px) clamp(6px, 0.55vw, 8px);
  border-color: rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(135, 143, 170, 0.48), rgba(58, 67, 102, 0.46));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.65rem, 2.9vw, 2.25rem);
}

.iu-cta-badge-8k {
  top: clamp(2px, 1.2vw, 14px);
  right: clamp(10px, 2.2vw, 28px);
}

.iu-cta-badge-resize {
  left: clamp(52px, 6.8vw, 86px);
  top: 71%;
  transform: translateY(-50%);
}

.iu-cta-badge-resize svg {
  width: 64%;
  height: 64%;
}

.iu-cta-badge-sparkle {
  left: clamp(4px, 2.2vw, 24px);
  top: 63%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .iu-hero,
  .iu-cta {
    grid-template-columns: 1fr;
  }

  .iu-cta {
    min-height: auto;
    padding: clamp(34px, 6vw, 56px);
  }

  .iu-cta-copy {
    max-width: 640px;
  }

  .iu-cta-visual {
    min-height: clamp(270px, 46vw, 400px);
  }

  .iu-cta-artwork {
    right: 50%;
    width: min(900px, 132%);
    height: clamp(320px, 52vw, 460px);
    transform: translate(50%, -50%);
  }

  .iu-cta-badge-8k {
    top: 2%;
    right: 12%;
  }

  .iu-cta-badge-resize {
    left: 21%;
    top: 72%;
  }

  .iu-cta-badge-sparkle {
    left: 12%;
    top: 64%;
  }

  .iu-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .iu-cards article {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .iu-compare-img-desktop {
    display: none;
  }

  .iu-compare-img-mobile {
    display: block;
  }

  .iu-landing {
    padding: 12px;
  }

  .iu-cards {
    grid-template-columns: 1fr;
  }

  .iu-step-flow {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .iu-step-connector {
    display: none;
  }

  .iu-features {
    padding: 44px 0 24px;
  }

  .iu-steps {
    padding-top: 28px;
    margin-top: 0;
  }

  .iu-cards article {
    min-height: 0;
    padding: 34px 22px;
  }

  .iu-card-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 24px;
  }

  .iu-card-icon img {
    width: 58px;
    height: 58px;
    transform: scale(1.45);
  }

  .iu-copy ul {
    gap: 8px;
  }

  .iu-cta {
    margin-top: 34px;
    padding: 32px 22px 28px;
    border-radius: 18px;
  }

  .iu-cta h2 {
    font-size: clamp(2.1rem, 10.5vw, 3rem);
  }

  .iu-cta-copy > p:not(.iu-cta-note) {
    font-size: 0.94rem;
  }

  .iu-cta-button,
  .iu-cta-note {
    width: 100%;
    min-width: 0;
  }

  .iu-cta-visual {
    min-height: 230px;
  }

  .iu-cta-artwork {
    width: 144%;
    height: 260px;
  }

  .iu-cta-badge {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .iu-cta-badge-8k {
    width: 56px;
    height: 52px;
    padding: 4px;
    top: 0;
    right: 10%;
  }

  .iu-cta-badge-resize {
    left: 23%;
    top: 72%;
  }

  .iu-cta-badge-sparkle {
    left: 8%;
    top: 64%;
  }
}
