/* InteliaOps · public product alignment layer */

/* Make the hero current visibly travel behind the copy and product visual. */
.v4-site .v4-hero::after {
  filter: drop-shadow(0 24px 46px rgba(0, 111, 181, .26));
  animation-duration: 9.5s;
}

@keyframes io-site-current {
  0% {
    background-position: 38% 61%;
    transform: translate3d(-4.6%, 18px, 0) scale(.96, .92);
    opacity: .72;
  }
  48% {
    background-position: 56% 43%;
    transform: translate3d(1.8%, -18px, 0) scale(1.035, 1.08);
    opacity: .96;
  }
  100% {
    background-position: 70% 51%;
    transform: translate3d(5.2%, 10px, 0) scale(1.09, .98);
    opacity: .82;
  }
}

/* --------------------------------------------------------------------------
   Product experience · Pulso InteliaOps
   -------------------------------------------------------------------------- */

.v4-site .product-experience-section {
  position: relative;
  overflow: hidden;
  padding: 126px 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(0,168,236,.19), transparent 28%),
    radial-gradient(circle at 18% 92%, rgba(74,175,225,.10), transparent 31%),
    linear-gradient(135deg, #0d263f 0%, #102f4c 55%, #0b233a 100%);
}

.v4-site .product-experience-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(rgba(119,198,237,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119,198,237,.09) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.75), transparent 72%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,.75), transparent 72%);
}

.v4-site .product-experience-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 72px;
  align-items: center;
}

.v4-site .product-experience-copy h2 {
  margin: 18px 0 0;
  max-width: 640px;
  color: #fff;
  font-size: clamp(2.55rem, 4.4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 600;
}

.v4-site .product-experience-copy > p {
  margin: 26px 0 0;
  max-width: 620px;
  color: #b9c9d7;
  font-size: 14px;
  line-height: 1.8;
}

.v4-site .product-experience-copy > p strong {
  color: #f3f9fd;
  font-weight: 650;
}

.v4-site .product-value-chain {
  margin-top: 34px;
  display: grid;
  border-top: 1px solid #31506b;
}

.v4-site .product-value-chain article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #31506b;
}

.v4-site .product-value-chain svg {
  margin-top: 2px;
  color: #63cdf8;
}

.v4-site .product-value-chain strong,
.v4-site .product-value-chain span {
  display: block;
}

.v4-site .product-value-chain strong {
  color: #f7fbfe;
  font-size: 13px;
  font-weight: 650;
}

.v4-site .product-value-chain span {
  margin-top: 5px;
  color: #9fb4c5;
  font-size: 11px;
  line-height: 1.6;
}

.v4-site .product-territory {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bad3e4;
  font-size: 11px;
}

.v4-site .product-territory svg { color: #63cdf8; }
.v4-site .product-territory strong { color: #fff; }

.v4-site .pulse-product-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(151,203,230,.52);
  border-radius: 20px;
  color: #17212d;
  background: rgba(255,255,255,.97);
  box-shadow: 0 38px 90px rgba(3,17,31,.28);
  isolation: isolate;
}

.v4-site .pulse-product-preview::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -40%;
  bottom: -40%;
  left: -48%;
  width: 26%;
  pointer-events: none;
  opacity: .24;
  background: linear-gradient(90deg, transparent, rgba(116,213,252,.2), rgba(255,255,255,.95), rgba(0,168,236,.08), transparent);
  transform: rotate(8deg);
  animation: io-pulse-preview-scan 10s ease-in-out infinite;
}

.v4-site .pulse-product-preview > * {
  position: relative;
  z-index: 1;
}

.v4-site .pulse-preview-head {
  min-height: 108px;
  padding: 25px 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dde6ed;
  background:
    radial-gradient(circle at 92% 0%, rgba(0,168,236,.10), transparent 35%),
    #fbfdff;
}

.v4-site .pulse-preview-head span,
.v4-site .pulse-preview-recommendation > span {
  color: #4f7ca2;
  font: 8px "JetBrains Mono", monospace;
  letter-spacing: .13em;
}

.v4-site .pulse-preview-head h3 {
  margin: 9px 0 0;
  color: #17212d;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 600;
}

.v4-site .pulse-preview-head i {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #00a8ec;
  box-shadow: 0 0 0 0 rgba(0,168,236,.24);
  animation: io-product-heartbeat 2.7s ease-out infinite;
}

.v4-site .pulse-preview-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #e2e9ef;
}

.v4-site .pulse-preview-summary div {
  min-height: 88px;
  padding: 17px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #e2e9ef;
}

.v4-site .pulse-preview-summary div:last-child { border-right: 0; }
.v4-site .pulse-preview-summary strong { color: #14263a; font-size: 26px; line-height: 1; }
.v4-site .pulse-preview-summary span { margin-top: 7px; color: #778697; font-size: 9px; }

.v4-site .pulse-preview-list { display: grid; }

.v4-site .pulse-preview-list article {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: start;
  padding: 18px 22px;
  border-bottom: 1px solid #e8edf1;
  transition: background .2s ease, transform .2s ease;
}

.v4-site .pulse-preview-list article:hover {
  background: #f8fbfd;
  transform: translateX(2px);
}

.v4-site .pulse-preview-marker {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
}
.v4-site .pulse-preview-marker.high { background: #c85a4f; }
.v4-site .pulse-preview-marker.medium { background: #d49a34; }
.v4-site .pulse-preview-marker.follow { background: #4a8ab9; }

.v4-site .pulse-preview-list small,
.v4-site .pulse-preview-list strong,
.v4-site .pulse-preview-list span {
  display: block;
}

.v4-site .pulse-preview-list small {
  color: #7d8b99;
  font: 7px "JetBrains Mono", monospace;
  letter-spacing: .12em;
}

.v4-site .pulse-preview-list strong {
  margin-top: 5px;
  max-width: 430px;
  color: #253548;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 650;
}

.v4-site .pulse-preview-list span {
  margin-top: 4px;
  max-width: 430px;
  color: #718091;
  font-size: 9px;
  line-height: 1.5;
}

.v4-site .pulse-preview-badge {
  align-self: center;
  min-width: 62px;
  padding: 6px 8px;
  border-radius: 999px;
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
}
.v4-site .pulse-preview-badge.high { color: #a7473e; background: #fff2f0; border: 1px solid #efcbc5; }
.v4-site .pulse-preview-badge.medium { color: #996514; background: #fff8e9; border: 1px solid #ead6a8; }
.v4-site .pulse-preview-badge.follow { color: #456982; background: #f2f7fb; border: 1px solid #cfe0ef; }

.v4-site .pulse-preview-recommendation {
  margin: 20px 22px;
  padding: 17px 18px;
  border: 1px solid #cde2ef;
  background: #f5fbfe;
}

.v4-site .pulse-preview-recommendation strong {
  display: block;
  margin-top: 8px;
  color: #214b6d;
  font-size: 12px;
  line-height: 1.5;
}

.v4-site .pulse-preview-recommendation p {
  margin: 6px 0 0;
  color: #70808f;
  font-size: 9px;
  line-height: 1.55;
}

.v4-site .pulse-preview-footer {
  min-height: 55px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-top: 1px solid #e2e9ef;
  color: #688096;
  background: #fbfcfd;
  font-size: 8px;
  text-align: center;
}

.v4-site .pulse-preview-footer i {
  width: 18px;
  height: 1px;
  background: #b7c8d6;
}

@keyframes io-pulse-preview-scan {
  0%, 72% { transform: translateX(0) rotate(8deg); opacity: 0; }
  76% { opacity: .18; }
  92% { opacity: .28; }
  100% { transform: translateX(590%) rotate(8deg); opacity: 0; }
}

@keyframes io-product-heartbeat {
  0% { box-shadow: 0 0 0 0 rgba(0,168,236,.30); }
  70% { box-shadow: 0 0 0 10px rgba(0,168,236,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,168,236,0); }
}

@media (max-width: 1000px) {
  .v4-site .product-experience-layout { grid-template-columns: 1fr; gap: 54px; }
  .v4-site .product-experience-copy h2,
  .v4-site .product-experience-copy > p { max-width: 760px; }
}

@media (max-width: 700px) {
  .v4-site .product-experience-section { padding: 88px 0; }
  .v4-site .pulse-preview-head { padding: 21px 18px; }
  .v4-site .pulse-preview-summary div { padding: 15px 14px; }
  .v4-site .pulse-preview-list article { grid-template-columns: 9px minmax(0, 1fr); padding: 17px 17px; }
  .v4-site .pulse-preview-badge { grid-column: 2; justify-self: start; margin-top: 3px; }
  .v4-site .pulse-preview-recommendation { margin: 16px; }
  .v4-site .pulse-preview-footer { flex-wrap: wrap; padding: 13px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .v4-site .pulse-product-preview::after,
  .v4-site .pulse-preview-head i {
    animation: none !important;
  }
}
