:root {
  --iv-bg: #fbfaf7;
  --iv-band: #eef4f1;
  --iv-ink: #0a1220;
  --iv-copy: #475467;
  --iv-muted: #7a8599;
  --iv-line: rgba(10, 18, 32, 0.1);
  --iv-line-strong: rgba(10, 18, 32, 0.16);
  --iv-teal: #164756;
  --iv-mint: #1ddbb7;
  --iv-blue: #2a6d8f;
  --iv-amber: #c68b3a;
  --iv-white: #ffffff;
}

body[data-page="inview"] {
  background: var(--iv-bg);
}

.iv-hero,
.iv-stats,
.iv-visibility,
.iv-flow,
.iv-audience {
  padding-top: 56px;
  padding-bottom: 56px;
}

.iv-hero {
  padding-top: 132px;
  padding-bottom: 88px;
}

.iv-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(48px, 6vw, 86px);
  align-items: center;
}

.iv-crumbs {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--iv-muted);
}

.iv-crumbs a {
  color: inherit;
  transition: color .2s ease;
}

.iv-crumbs a:hover {
  color: var(--iv-teal);
}

.iv-crumbs .dash {
  width: 18px;
  height: 1px;
  background: var(--iv-line-strong);
}

.iv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--iv-teal);
}

.iv-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--iv-mint);
}

.iv-hero__title {
  max-width: 10.5ch;
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(62px, 7vw, 112px);
  line-height: 0.94;
  letter-spacing: 0;
  color: var(--iv-ink);
}

.iv-hero__lede {
  max-width: 50ch;
  margin-top: 28px;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--iv-copy);
}

.iv-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.iv-hero__visual {
  --iv-rx: 0deg;
  --iv-ry: 0deg;
  --iv-x: 0px;
  --iv-y: 0px;
  --iv-glow-x: 50%;
  --iv-glow-y: 50%;
  position: relative;
  min-height: clamp(560px, 55vw, 680px);
  display: grid;
  place-items: center;
  overflow: visible;
  border: 1px solid rgba(10, 18, 32, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--iv-glow-x) var(--iv-glow-y), rgba(29, 219, 183, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(22, 71, 86, 0.12), transparent 34%),
    linear-gradient(225deg, rgba(198, 139, 58, 0.12), transparent 30%),
    linear-gradient(135deg, #f5f7f6, #ffffff 64%);
  perspective: 1200px;
}

.iv-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 18, 32, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 18, 32, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 82%);
}

.iv-console {
  position: relative;
  z-index: 2;
  width: min(560px, 82%);
  min-height: 462px;
  padding: 18px;
  border: 1px solid rgba(10, 18, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 34px 80px rgba(10, 18, 32, 0.14);
  transform: translate3d(var(--iv-x), var(--iv-y), 0) rotateX(var(--iv-rx)) rotateY(var(--iv-ry));
  transition: transform .45s ease;
  will-change: transform;
}

.iv-console::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(29, 219, 183, 0.16);
  border-radius: 6px;
  pointer-events: none;
  animation: ivLatent 4.2s ease-in-out infinite;
}

.iv-console__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--iv-line);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--iv-muted);
}

.iv-console__top img {
  width: 136px;
  height: auto;
}

.iv-console__board {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(190px, .92fr);
  gap: 14px;
  margin-top: 16px;
}

.iv-hero-crm-asset {
  position: absolute;
  z-index: 5;
  left: -218px;
  top: 69px;
  width: min(532px, 96%);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 18px 24px rgba(10, 18, 32, 0.16));
  transform: translate3d(calc(var(--iv-x) * -0.34), calc(var(--iv-y) * -0.3), 0);
  transition: transform .45s ease;
  animation: ivCrmFloat 5.8s ease-in-out infinite;
}

.iv-hero-crm-asset.is-shield-hot {
  filter: drop-shadow(0 24px 30px rgba(10, 18, 32, 0.24)) drop-shadow(0 0 18px rgba(29, 219, 183, 0.2));
}

.iv-hero__shield-particles {
  position: absolute;
  inset: 0;
  z-index: 9;
  overflow: visible;
  pointer-events: none;
}

.iv-hero__shield {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: var(--shield-size, 34px);
  height: var(--shield-size, 34px);
  background: url("assets/embedded-hero/escudo.png") center / contain no-repeat;
  opacity: 0;
  transform-origin: center;
  will-change: transform, opacity, filter;
  filter: drop-shadow(0 14px 16px rgba(10, 18, 32, 0.18));
}

.iv-console__list,
.iv-console__panel,
.iv-console__form {
  border: 1px solid var(--iv-line);
  border-radius: 8px;
  background: rgba(251, 250, 247, 0.82);
}

.iv-console__list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.iv-list-row {
  padding: 14px;
  border: 1px solid rgba(10, 18, 32, 0.08);
  border-radius: 8px;
  background: var(--iv-white);
  box-shadow: 0 14px 30px rgba(10, 18, 32, 0.06);
}

.iv-list-row.is-active {
  border-color: rgba(29, 219, 183, 0.52);
}

.iv-list-row span,
.iv-panel-head span,
.iv-console__form span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--f-mono);
  font-size: 10px;
  text-transform: uppercase;
  color: var(--iv-muted);
}

.iv-list-row strong,
.iv-panel-head strong,
.iv-console__form strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: var(--iv-ink);
}

.iv-list-row small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--iv-copy);
}

.iv-console__panel {
  padding: 16px;
}

.iv-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.iv-panel-head strong {
  font-family: var(--f-display);
  font-size: 46px;
  color: var(--iv-teal);
}

.iv-panel-chart {
  height: 142px;
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  align-items: end;
  padding: 10px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(10, 18, 32, 0.05) 1px, transparent 1px) 0 0 / 100% 25%,
    rgba(255,255,255,0.72);
}

.iv-panel-chart span {
  height: var(--h);
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--iv-mint), var(--iv-teal));
  transform-origin: bottom;
  animation: ivBars 3.6s ease-in-out infinite;
}

.iv-panel-chart span:nth-child(2) { animation-delay: .18s; }
.iv-panel-chart span:nth-child(3) { animation-delay: .36s; }
.iv-panel-chart span:nth-child(4) { animation-delay: .54s; }
.iv-panel-chart span:nth-child(5) { animation-delay: .72s; }

.iv-permission {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(22, 71, 86, 0.08);
  color: var(--iv-copy);
  font-size: 12px;
  line-height: 1.35;
}

.iv-permission i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--iv-mint);
  box-shadow: 0 0 0 6px rgba(29, 219, 183, 0.14);
}

.iv-console__form {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  padding: 16px;
}

.iv-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.iv-choice-row i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid var(--iv-line);
  border-radius: 999px;
  font-style: normal;
  font-size: 13px;
  color: var(--iv-copy);
}

.iv-choice-row .is-selected {
  border-color: rgba(29, 219, 183, 0.7);
  background: rgba(29, 219, 183, 0.13);
  color: var(--iv-teal);
}

.iv-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.iv-stat {
  min-height: 176px;
  padding: 28px;
  border: 1px solid var(--iv-line);
  border-left: 0;
  background: rgba(255, 255, 255, 0.62);
}

.iv-stat:first-child {
  border-left: 1px solid var(--iv-line);
}

.iv-stat strong {
  display: block;
  font-family: var(--f-display);
  font-size: 44px;
  line-height: 1;
  color: var(--iv-teal);
}

.iv-stat span {
  display: block;
  max-width: 22ch;
  margin-top: 24px;
  color: var(--iv-copy);
  line-height: 1.45;
}

.iv-section-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .65fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: end;
  margin-bottom: 44px;
}

.iv-section-head h2,
.iv-leads__copy h2 {
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(46px, 6vw, 86px);
  line-height: .96;
  letter-spacing: 0;
  color: var(--iv-ink);
}

.iv-section-head h2 em {
  color: var(--iv-teal);
  font-style: italic;
}

.iv-section-head p,
.iv-leads__copy p {
  margin: 0;
  color: var(--iv-copy);
  font-size: 1.05rem;
  line-height: 1.65;
}

.iv-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--iv-line);
  border-left: 1px solid var(--iv-line);
}

.iv-feature-card {
  min-height: 296px;
  padding: 30px;
  border-right: 1px solid var(--iv-line);
  border-bottom: 1px solid var(--iv-line);
  background: rgba(255,255,255,0.58);
  transition: background .3s ease, transform .3s ease;
}

.iv-feature-card:hover {
  background: var(--iv-white);
  transform: translateY(-4px);
}

.iv-feature-card span {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--iv-teal);
}

.iv-feature-card h3 {
  margin: 72px 0 16px;
  font-family: var(--f-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
  color: var(--iv-ink);
}

.iv-feature-card p {
  margin: 0;
  color: var(--iv-copy);
  line-height: 1.55;
}

.iv-feature-grid--visual {
  gap: clamp(22px, 2.2vw, 34px);
  border: 0;
}

.iv-feature-grid--visual .iv-feature-card {
  min-height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--iv-ink);
  background: transparent;
  transform: none;
}

.iv-feature-grid--visual .iv-feature-card:hover {
  background: transparent;
  transform: none;
}

.iv-feature-grid--visual .iv-feature-card__num {
  display: block;
  margin-top: 28px;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(10, 18, 32, 0.4);
}

.iv-feature-card__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1.32;
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid rgba(10, 18, 32, 0.06);
  border-radius: 8px;
  background: #f4f2ec;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.iv-feature-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 52% 42%, rgba(29, 219, 183, 0.14), transparent 34%);
  opacity: 0;
  transform: scale(.94);
  transition: opacity .45s ease, transform .6s cubic-bezier(.18, 1.24, .34, 1);
  pointer-events: none;
}

.iv-feature-grid--visual .iv-feature-card:hover .iv-feature-card__visual::after {
  opacity: 1;
  transform: scale(1);
}

.iv-feature-card__visual svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.iv-svg-grid path {
  fill: none;
  stroke: rgba(10, 18, 32, 0.045);
  stroke-width: 1;
}

.iv-svg-line,
.iv-task-row path:not(.iv-task-check),
.iv-policy-doc path:not(.iv-policy-shield):not(.iv-svg-check) {
  fill: none;
  stroke: rgba(10, 18, 32, 0.22);
  stroke-width: 5;
  stroke-linecap: round;
}

.iv-svg-line.is-dark,
.iv-pipe-card path,
.iv-task-row--one path:not(.iv-task-check),
.iv-policy-doc--front path:not(.iv-policy-shield):not(.iv-svg-check) {
  stroke: var(--iv-ink);
}

.iv-feature-grid--visual .iv-feature-card h3 {
  margin: 28px 0 12px;
  max-width: 9.5ch;
  font-size: clamp(34px, 3vw, 48px);
  line-height: .96;
}

.iv-feature-grid--visual .iv-feature-card p {
  max-width: 30ch;
  color: rgba(71, 84, 103, 0.86);
}

.iv-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.iv-product-card {
  --iv-product-latency-x: 4px;
  --iv-product-latency-y: -8px;
  --iv-product-latency-r: 0.8deg;
  --iv-product-latency-duration: 7.8s;
  --iv-product-pointer-x: 0px;
  --iv-product-pointer-y: 0px;
  position: relative;
  min-height: 390px;
  padding: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--iv-line);
  border-radius: 8px;
  background: #ffffff;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.iv-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 103, 108, 0.22);
  box-shadow: 0 18px 46px rgba(10, 18, 32, 0.08);
}

.iv-product-card:nth-child(2) {
  --iv-product-latency-x: -3px;
  --iv-product-latency-y: -7px;
  --iv-product-latency-r: -0.6deg;
  --iv-product-latency-duration: 8.6s;
  --iv-product-latency-delay: -2.1s;
}

.iv-product-card:nth-child(3) {
  --iv-product-latency-x: -5px;
  --iv-product-latency-y: -8px;
  --iv-product-latency-r: -0.9deg;
  --iv-product-latency-duration: 7.4s;
  --iv-product-latency-delay: -1.2s;
}

.iv-product-card:nth-child(4) {
  --iv-product-latency-x: 4px;
  --iv-product-latency-y: 7px;
  --iv-product-latency-r: -0.7deg;
  --iv-product-latency-duration: 8.2s;
  --iv-product-latency-delay: -3.4s;
}

.iv-product-card__visual {
  position: relative;
  width: min(246px, 96%);
  aspect-ratio: 1;
  margin: -6px auto 28px;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.iv-product-card__visual::before {
  content: "";
  position: absolute;
  inset: 6% -12%;
  z-index: 0;
  background-image:
    linear-gradient(rgba(10, 18, 32, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 18, 32, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.82;
  mask-image: radial-gradient(circle at 50% 52%, black 0%, black 58%, transparent 86%);
  -webkit-mask-image: radial-gradient(circle at 50% 52%, black 0%, black 58%, transparent 86%);
}

.iv-product-card__rings {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  opacity: 0.95;
  filter: drop-shadow(0 18px 30px rgba(29, 103, 108, 0.08));
  animation: ivProductLatency var(--iv-product-latency-duration) ease-in-out infinite;
  animation-delay: var(--iv-product-latency-delay, 0s);
  will-change: transform;
}

.iv-product-card__asset {
  position: absolute;
  left: var(--iv-product-asset-left, 50%);
  top: var(--iv-product-asset-top, 52%);
  z-index: 2;
  width: var(--iv-product-asset-width, 86%);
  max-width: none;
  height: auto;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 20px 24px rgba(10, 18, 32, 0.18));
  transform:
    translate(-50%, -50%)
    translate3d(
      calc(var(--iv-product-pointer-x) * var(--iv-product-depth, 0.65)),
      calc(var(--iv-product-pointer-y) * var(--iv-product-depth, 0.65)),
      0
    )
    rotate(var(--iv-product-asset-rotate, 0deg))
    scale(var(--iv-product-asset-scale, 1));
  transition: transform .2s ease-out, filter .28s ease;
  will-change: transform;
}

.iv-product-card:hover .iv-product-card__asset {
  filter: drop-shadow(0 24px 30px rgba(10, 18, 32, 0.2));
}

.iv-product-card__asset--pricing {
  --iv-product-asset-width: 70%;
  --iv-product-asset-top: 53%;
  --iv-product-asset-left: 50%;
}

.iv-product-card__asset--catalog {
  --iv-product-asset-width: 72%;
  --iv-product-asset-top: 53%;
  --iv-product-asset-left: 50%;
  --iv-product-asset-rotate: -2deg;
}

.iv-product-card__asset--protected {
  --iv-product-asset-width: 72%;
  --iv-product-asset-top: 52%;
  --iv-product-asset-left: 50%;
  --iv-product-asset-rotate: -2deg;
}

.iv-product-card__asset--contract {
  --iv-product-asset-width: 72%;
  --iv-product-asset-top: 51%;
  --iv-product-asset-left: 50%;
}

.iv-product-card h3 {
  margin: 0 0 16px;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(30px, 2.3vw, 40px);
  line-height: 1;
}

.iv-product-card p {
  margin: 0;
  color: var(--iv-copy);
  line-height: 1.55;
}

.iv-profile-orbit {
  fill: none;
  stroke: rgba(22, 71, 86, 0.34);
  stroke-width: 2;
  stroke-dasharray: 4 8;
  transform-origin: 210px 152px;
  animation: ivOrbit 12s linear infinite;
}

.iv-profile-orbit--outer {
  stroke: rgba(10, 18, 32, 0.12);
  animation-duration: 18s;
  animation-direction: reverse;
}

.iv-profile-card rect,
.iv-pipe-card rect,
.iv-task-row rect,
.iv-policy-doc rect {
  fill: rgba(255,255,255,0.92);
  stroke: rgba(10, 18, 32, 0.12);
  filter: drop-shadow(0 10px 14px rgba(10,18,32,.08));
}

.iv-profile-card,
.iv-policy-doc--front {
  animation: ivCardFloat 5.2s ease-in-out infinite;
}

.iv-profile-node {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  fill: rgba(10,18,32,.44);
  animation: ivNodePulse 3.8s ease-in-out infinite;
}

.iv-profile-node circle {
  fill: var(--iv-ink);
}

.iv-profile-node--two {
  animation-delay: .8s;
}

.iv-svg-check,
.iv-task-check,
.iv-svg-check--policy {
  fill: none;
  stroke: var(--iv-teal);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  animation: ivCheckDraw 3.4s ease-in-out infinite;
}

.iv-task-row--two .iv-task-check {
  animation-delay: .35s;
}

.iv-svg-check--policy {
  animation-delay: .6s;
}

.iv-pipe-labels {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .16em;
  fill: rgba(10,18,32,.42);
}

.iv-pipe-card path {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
}

.iv-pipe-card--one,
.iv-pipe-card--three {
  animation: ivPipeRise 4.8s ease-in-out infinite;
}

.iv-pipe-card--two,
.iv-pipe-card--four {
  animation: ivPipeRise 4.8s ease-in-out infinite reverse;
}

.iv-pipe-flow {
  fill: none;
  stroke: var(--iv-teal);
  stroke-width: 2;
  stroke-dasharray: 5 9;
  opacity: .78;
}

.iv-pipe-dot {
  fill: var(--iv-mint);
  filter: drop-shadow(0 0 8px rgba(29,219,183,.82));
  offset-path: path("M90 148 C128 182 146 198 198 196 C246 194 254 164 304 158 C340 154 358 172 370 196");
  animation: ivPipeDot 5s cubic-bezier(.44, 0, .2, 1) infinite;
}

.iv-task-row circle {
  fill: rgba(29, 219, 183, 0.12);
}

.iv-task-row text,
.iv-policy-tags text {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .1em;
  fill: rgba(22, 71, 86, .72);
}

.iv-task-row {
  animation: ivTaskFloat 5s ease-in-out infinite;
}

.iv-task-row--two {
  animation-delay: .25s;
}

.iv-task-row--three {
  animation-delay: .5s;
}

.iv-task-pulse {
  fill: none;
  stroke: rgba(22, 71, 86, .24);
  stroke-width: 2;
  stroke-dasharray: 3 8;
  animation: ivPulseDash 4s linear infinite;
}

.iv-policy-doc--back {
  opacity: .62;
  transform-origin: 210px 160px;
  animation: ivPolicyBack 5.4s ease-in-out infinite;
}

.iv-policy-shield {
  fill: rgba(29, 219, 183, 0.12);
  stroke: rgba(22, 71, 86, .24);
  stroke-width: 2;
}

.iv-policy-tags rect {
  fill: rgba(29, 219, 183, .12);
  stroke: rgba(22, 71, 86, .16);
}

.iv-policy-tags {
  animation: ivNodePulse 4.2s ease-in-out infinite;
}

.iv-leads {
  margin-top: 56px;
  padding: 104px 0;
  background: #071219;
  color: #fff;
}

.iv-leads__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
}

.iv-leads .iv-eyebrow,
.iv-leads__copy h2 {
  color: #fff;
}

.iv-leads__copy p {
  color: rgba(255,255,255,0.68);
}

.iv-lead-stack {
  display: grid;
  gap: 12px;
}

.iv-lead-stack article {
  display: grid;
  grid-template-columns: 54px minmax(0, .55fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.iv-lead-stack article:first-child {
  border-top: 1px solid rgba(255,255,255,0.14);
}

.iv-lead-stack span {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--iv-mint);
}

.iv-lead-stack h3 {
  margin: 0;
  font-family: var(--f-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.iv-lead-stack p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  line-height: 1.55;
}

.iv-flow__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--iv-line);
  border-left: 1px solid var(--iv-line);
  background: rgba(255,255,255,0.5);
}

.iv-flow-card {
  position: relative;
  min-height: 430px;
  padding: clamp(28px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid var(--iv-line);
  border-bottom: 1px solid var(--iv-line);
  color: var(--iv-ink);
  text-decoration: none;
  isolation: isolate;
}

.iv-flow-card__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 22% 18%, rgba(29, 219, 183, 0.22), transparent 24%),
    #071219;
  transform: translateY(101%);
  transition: transform .58s cubic-bezier(.16, 1, .3, 1);
}

.iv-flow-card:hover .iv-flow-card__bg,
.iv-flow-card:focus-visible .iv-flow-card__bg {
  transform: translateY(0);
}

.iv-flow-card:hover,
.iv-flow-card:focus-visible {
  color: #fff;
  outline: 0;
}

.iv-flow-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.iv-flow-card__num {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(10, 18, 32, 0.42);
  transition: color .35s ease;
}

.iv-flow-card:hover .iv-flow-card__num,
.iv-flow-card:focus-visible .iv-flow-card__num {
  color: var(--iv-mint);
}

.iv-flow-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(10, 18, 32, 0.64);
  border-radius: 50%;
  color: var(--iv-ink);
  transition: transform .52s cubic-bezier(.18, 1.24, .34, 1), border-color .35s ease, color .35s ease, background .35s ease;
}

.iv-flow-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iv-flow-card:hover .iv-flow-card__icon,
.iv-flow-card:focus-visible .iv-flow-card__icon {
  border-color: rgba(255,255,255,0.72);
  color: #fff;
  background: rgba(255,255,255,0.05);
  transform: rotate(-10deg) scale(1.08);
}

.iv-flow-card h3 {
  max-width: 8ch;
  margin: auto 0 24px;
  font-family: var(--f-display);
  font-size: clamp(42px, 4.1vw, 66px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: 0;
}

.iv-flow-card p {
  max-width: 31ch;
  margin: 0 0 48px;
  color: var(--iv-copy);
  font-size: 1.02rem;
  line-height: 1.48;
  transition: color .35s ease;
}

.iv-flow-card:hover p,
.iv-flow-card:focus-visible p {
  color: rgba(255,255,255,0.68);
}

.iv-flow-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--iv-ink);
  transition: color .35s ease;
}

.iv-flow-card__link svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  transition: transform .35s ease;
}

.iv-flow-card:hover .iv-flow-card__link,
.iv-flow-card:focus-visible .iv-flow-card__link {
  color: #fff;
}

.iv-flow-card:hover .iv-flow-card__link svg,
.iv-flow-card:focus-visible .iv-flow-card__link svg {
  transform: translate(4px, -4px);
}

.iv-audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.iv-audience-card {
  position: relative;
  min-height: 430px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--iv-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--iv-ink);
  transform-origin: center bottom;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), border-color .45s ease, box-shadow .45s ease;
}

.iv-audience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #071219;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.2,.8,.2,1);
}

.iv-audience-card > * {
  position: relative;
  z-index: 1;
}

.iv-audience-card:hover {
  transform: translateY(-8px) scale(1.018);
  border-color: rgba(29, 103, 108, 0.18);
  box-shadow: 0 24px 50px rgba(10, 18, 32, 0.08);
}

.iv-audience-card:hover::after {
  opacity: 1;
}

.iv-audience-card__num {
  display: block;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(10, 18, 32, 0.38);
  transition: color .35s ease;
}

.iv-audience-card__icon {
  width: 100%;
  height: 112px;
  margin: 66px 0 auto;
  display: grid;
  place-items: center;
  color: var(--iv-mint);
  transition: color .45s ease;
}

.iv-audience-card__icon svg {
  width: 116px;
  height: 100%;
  display: block;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}

.iv-audience-card__icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.iv-audience-card__icon .is-soft {
  opacity: .55;
}

.iv-audience-card__icon .is-faint {
  opacity: .3;
}

.iv-audience-card__icon .is-filled {
  fill: currentColor;
  stroke: none;
}

.iv-audience-card h3 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 400;
  line-height: 1;
  color: currentColor;
  transition: color .35s ease;
}

.iv-audience-card:hover .iv-audience-card__num,
.iv-audience-card:hover h3 {
  color: #ffffff;
}

.iv-audience-card:hover .iv-audience-card__icon {
  color: var(--iv-mint);
}

.iv-audience-card:hover .iv-audience-card__icon svg {
  transform: scale(1.06);
}

@keyframes ivLatent {
  0%, 100% {
    opacity: .26;
    transform: scale(.99);
  }
  50% {
    opacity: .72;
    transform: scale(1.012);
  }
}

@keyframes ivProductLatency {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(var(--iv-product-latency-x), var(--iv-product-latency-y), 0) rotate(var(--iv-product-latency-r));
  }
}

@keyframes ivBars {
  0%, 100% {
    transform: scaleY(.94);
  }
  50% {
    transform: scaleY(1.05);
  }
}

@keyframes ivOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ivCardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes ivNodePulse {
  0%, 100% {
    opacity: .58;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.035);
  }
}

@keyframes ivCheckDraw {
  0%, 16% {
    stroke-dashoffset: 70;
    opacity: 0;
  }
  34%, 74% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: .58;
  }
}

@keyframes ivPipeRise {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes ivPipeDot {
  0% {
    offset-distance: 0%;
    opacity: 0;
  }
  10%, 88% {
    opacity: 1;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}

@keyframes ivTaskFloat {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

@keyframes ivPulseDash {
  to {
    stroke-dashoffset: -44;
  }
}

@keyframes ivPolicyBack {
  0%, 100% {
    transform: translate(-2px, 0) rotate(-1deg);
  }
  50% {
    transform: translate(-8px, -5px) rotate(-2.5deg);
  }
}

@keyframes ivCrmFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iv-product-card__rings {
    animation: none !important;
  }
}

@media (max-width: 1180px) {
  .iv-hero__grid,
  .iv-leads__grid {
    grid-template-columns: 1fr;
  }

  .iv-hero__visual {
    min-height: 620px;
  }

  .iv-stats,
  .iv-feature-grid,
  .iv-products__grid,
  .iv-flow__cards,
  .iv-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .iv-hero {
    padding-top: 112px;
  }

  .iv-hero__title {
    font-size: clamp(52px, 15vw, 74px);
  }

  .iv-hero__visual {
    min-height: auto;
    padding: 48px 0;
    overflow: hidden;
  }

  .iv-console {
    width: min(100%, 360px);
    min-height: auto;
    padding-bottom: 156px;
  }

  .iv-console__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .iv-console__board,
  .iv-stats,
  .iv-section-head,
  .iv-feature-grid,
  .iv-products__grid,
  .iv-flow__cards,
  .iv-audience-grid {
    grid-template-columns: 1fr;
  }

  .iv-console__board {
    position: static;
  }

  .iv-console__list .iv-list-row:nth-child(n+2) {
    display: none;
  }

  .iv-console__form {
    display: none;
  }

  .iv-hero-crm-asset {
    left: 50%;
    top: auto;
    bottom: -52px;
    width: min(340px, 86vw);
    transform: translate3d(calc(-50% + var(--iv-x) * -0.14), calc(var(--iv-y) * -0.12), 0);
  }

  .iv-stat {
    min-height: auto;
    border-left: 1px solid var(--iv-line);
    border-bottom: 0;
  }

  .iv-stat:last-child {
    border-bottom: 1px solid var(--iv-line);
  }

  .iv-section-head {
    gap: 22px;
  }

  .iv-section-head h2,
  .iv-leads__copy h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .iv-leads {
    padding: 82px 0;
  }

  .iv-leads__grid {
    grid-template-columns: 1fr;
  }

  .iv-lead-stack article {
    grid-template-columns: 42px 1fr;
  }

  .iv-lead-stack p {
    grid-column: 2;
  }

  .iv-flow-card {
    min-height: 360px;
    padding: 32px 28px;
  }

  .iv-flow-card h3 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .iv-flow-card p {
    margin-bottom: 40px;
  }

  .iv-audience-grid p,
  .iv-feature-card h3 {
    margin-top: 44px;
  }

  .iv-feature-card__visual {
    margin-top: 32px;
  }

  .iv-feature-grid--visual .iv-feature-card h3 {
    margin-top: 24px;
  }
}

@media (max-width: 460px) {
  .iv-console {
    padding: 14px 14px 156px;
  }

  .iv-panel-chart {
    height: 116px;
  }

  .iv-feature-card,
  .iv-audience-grid article {
    min-height: auto;
  }
}
