.infoveave-page {
  --iv-ink: #061a26;
  --iv-night: #031623;
  --iv-blue: #138bc6;
  --iv-cyan: #47d7df;
  --iv-mint: #8ce8d2;
  --iv-line: #bfd0d2;
  background: #f4f6f3;
}

.infoveave-page .site-header {
  position: absolute;
}

.iv-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(3, 18, 31, 0.99), rgba(5, 36, 51, 0.96) 55%, rgba(4, 52, 61, 0.92)),
    #031623;
  color: #fff;
}

.iv-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(95, 210, 218, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 210, 218, 0.16) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 52%, #000);
}

.iv-hero-glow {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: -8%;
  width: 650px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(71, 215, 223, 0.22), transparent 67%);
}

.iv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.7fr);
  gap: 6%;
  align-items: center;
  padding-block: 110px 50px;
}

.iv-logo {
  display: block;
  width: 178px;
  height: 80px;
  margin: 0 0 28px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.3));
}

.iv-hero h1,
.iv-friction h2,
.iv-section-heading h2,
.iv-fovea h2,
.iv-fit h2,
.iv-conversion h2 {
  margin: 0;
  font: 600 clamp(2.6rem, 5.6vw, 6.1rem)/0.96 Montserrat, Arial, sans-serif;
  letter-spacing: -0.075em;
}

.iv-hero h1 {
  max-width: 780px;
  font-size: clamp(2.6rem, 5vw, 4.25rem);
}

.iv-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 29px 0 34px;
  color: #cbdde0;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.iv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.iv-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 700 0.8rem "DM Sans", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.iv-button span {
  font-size: 1.15rem;
}

.iv-button:hover,
.iv-button:focus-visible {
  transform: translateY(-2px);
}

.iv-button-primary {
  background: linear-gradient(135deg, #57e1dc, #83e8bd);
  color: #04212b;
}

.iv-button-secondary {
  border-color: #79b7c3;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.iv-system-map {
  position: relative;
  min-height: 570px;
}

.iv-system-map::before,
.iv-system-map::after {
  position: absolute;
  inset: 50%;
  width: 78%;
  height: 78%;
  border: 1px solid rgba(119, 222, 223, 0.26);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.iv-system-map::after {
  width: 52%;
  height: 52%;
}

.iv-map-core {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: 240px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  padding: 28px;
  border: 1px solid rgba(140, 232, 210, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #126d75, #062933 68%);
  box-shadow: 0 0 70px rgba(71, 215, 223, 0.18);
  text-align: center;
  transform: translate(-50%, -50%);
}

.iv-map-core span,
.iv-source small {
  color: #83e8d4;
  font: 500 0.64rem "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-map-core strong {
  margin-top: 10px;
  font: 600 1.35rem/1.1 Montserrat, Arial, sans-serif;
  letter-spacing: -0.045em;
}

.iv-source {
  position: absolute;
  z-index: 3;
  width: 112px;
  min-height: 76px;
  display: grid;
  place-content: center;
  padding: 12px;
  border: 1px solid #2c7580;
  border-radius: 12px;
  background: rgba(4, 30, 42, 0.9);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.iv-source span {
  font-weight: 700;
}

.iv-source-a { top: 5%; left: 35%; }
.iv-source-b { top: 32%; right: 0; }
.iv-source-c { bottom: 8%; left: 55%; }
.iv-source-d { top: 42%; left: 0; }

.iv-friction {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: 10%;
  padding-block: 130px;
}

.iv-friction h2,
.iv-section-heading h2,
.iv-fovea h2,
.iv-fit h2,
.iv-conversion h2 {
  font-size: clamp(2.35rem, 4.7vw, 5rem);
}

.iv-friction-story {
  align-self: end;
  border-top: 1px solid var(--iv-line);
}

.iv-friction-story p {
  margin: 0;
  padding: 17px 0;
  color: #506c74;
  line-height: 1.65;
}

.iv-friction-story p + p {
  border-top: 1px solid var(--iv-line);
}

.iv-friction-line {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 65px;
  color: #176c77;
  font: 500 0.68rem "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-friction-line i {
  height: 1px;
  background: linear-gradient(90deg, #7ccfd1, #c2d3d3);
}

.iv-connected {
  padding: 125px 0;
  background: linear-gradient(140deg, #041722, #082e38);
  color: #fff;
}

.iv-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  gap: 9%;
  align-items: end;
}

.iv-section-heading .eyebrow {
  grid-column: 1 / -1;
}

.iv-section-heading > p:last-child {
  margin: 0;
  color: #b8ced1;
  line-height: 1.65;
}

.iv-journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 80px 0 0;
  padding: 0;
  border-top: 1px solid #315563;
  list-style: none;
}

.iv-journey li {
  min-height: 340px;
  padding: 26px 25px;
  border-right: 1px solid #315563;
}

.iv-journey li:first-child {
  padding-left: 0;
}

.iv-journey li:last-child {
  border-right: 0;
}

.iv-step {
  color: #72ddd9;
  font: 500 0.66rem "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-journey h3 {
  margin: 78px 0 17px;
  font: 600 1.45rem/1.05 Montserrat, Arial, sans-serif;
  letter-spacing: -0.05em;
}

.iv-journey p {
  margin: 0;
  color: #afc6c9;
  font-size: 0.9rem;
  line-height: 1.62;
}

.iv-journey p strong {
  color: #fff;
}

.iv-fovea {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.78fr);
  gap: 10%;
  align-items: center;
  padding-block: 135px;
}

.iv-fovea-copy > p:not(.eyebrow) {
  margin: 27px 0;
  color: #526f76;
  font-size: 1.05rem;
  line-height: 1.68;
}

.iv-fovea ul {
  margin: 32px 0 0;
  padding: 0;
  border-top: 1px solid var(--iv-line);
  list-style: none;
}

.iv-fovea li {
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--iv-line);
  background: linear-gradient(90deg, #168f95 0 12px, transparent 12px) no-repeat 0 20px / 12px 1px;
  color: #365860;
  line-height: 1.5;
}

.iv-conversation {
  padding: 30px;
  border: 1px solid #9ebfc2;
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 15%, rgba(71, 215, 223, 0.13), transparent 34%),
    #fff;
  box-shadow: 24px 28px 0 #d9e4e1;
}

.iv-conversation p {
  margin: 0;
  padding: 19px;
  border-radius: 15px;
  line-height: 1.55;
}

.iv-conversation p span {
  display: block;
  margin-bottom: 8px;
  color: #14747d;
  font: 500 0.62rem "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-question {
  margin-left: 18% !important;
  background: #e4f3f0;
  color: #17383f;
}

.iv-answer {
  background: #082c38;
  color: #d8e7e8;
}

.iv-thinking {
  display: flex;
  gap: 5px;
  padding: 20px 8px 12px;
}

.iv-thinking i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2fb5bb;
}

.iv-answer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.iv-answer-links span {
  padding: 7px 10px;
  border: 1px solid #c4d7d7;
  border-radius: 999px;
  color: #537076;
  font-size: 0.68rem;
}

.iv-outcomes {
  padding: 125px 0;
  background: #e7eeeb;
}

.iv-section-heading-dark > p:last-child {
  color: #526e74;
}

.iv-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
  border-top: 1px solid #adc4c3;
}

.iv-proof-grid a {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 28px 27px;
  border-right: 1px solid #adc4c3;
  color: var(--iv-ink);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.iv-proof-grid a:first-child {
  padding-left: 0;
}

.iv-proof-grid a:last-child {
  border-right: 0;
}

.iv-proof-grid a:hover,
.iv-proof-grid a:focus-visible {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-3px);
  outline: 2px solid #198e98;
  outline-offset: 2px;
}

.iv-proof-grid span,
.iv-proof-grid b {
  color: #177783;
  font: 500 0.66rem "DM Mono", monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.iv-proof-grid strong {
  margin: 28px 0 22px;
  color: #086c79;
  font: 600 clamp(3.2rem, 5vw, 5.5rem)/0.9 Montserrat, Arial, sans-serif;
  letter-spacing: -0.075em;
}

.iv-proof-grid p {
  margin: 0;
  color: #526d73;
  line-height: 1.58;
}

.iv-proof-grid b {
  margin-top: auto;
  padding-top: 24px;
}

.iv-fit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 10%;
  align-items: start;
  padding-block: 135px;
}

.iv-fit-heading > p:last-child {
  max-width: 650px;
  color: #526e74;
  font-size: 1.05rem;
  line-height: 1.65;
}

.iv-fit-lists {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  border-top: 1px solid var(--iv-line);
}

.iv-fit-lists > div {
  padding: 25px 20px 0;
  border-right: 1px solid var(--iv-line);
}

.iv-fit-lists > div:first-child {
  padding-left: 0;
}

.iv-fit-lists > div:last-child {
  border-right: 0;
}

.iv-fit-lists h3 {
  margin: 0 0 28px;
  color: #157682;
  font: 600 0.78rem "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-fit-lists p {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #d7e0de;
  color: #36575e;
}

.iv-conversion {
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 85%, rgba(71, 215, 223, 0.14), transparent 32%),
    #051b28;
  color: #fff;
}

.iv-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.6fr);
  gap: 10%;
  align-items: end;
}

.iv-conversion-grid > div:last-child > p {
  margin: 0 0 28px;
  color: #bdd1d4;
  line-height: 1.65;
}

.iv-conversion .iv-button {
  width: 100%;
}

.iv-official-link {
  display: inline-block;
  margin-top: 19px;
  color: #92cdd1;
  font-size: 0.78rem;
}

.iv-footer {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 30px max(24px, calc((100vw - 1180px) / 2));
  background: #03131e;
  color: #9eb3b8;
  font-size: 0.76rem;
}

.iv-footer > span:last-child {
  display: flex;
  gap: 22px;
}

.iv-footer a {
  color: #fff;
}

@media (max-width: 1000px) {
  .iv-hero-grid {
    grid-template-columns: 1fr;
  }

  .iv-system-map {
    width: min(100%, 640px);
    margin: 0 auto;
  }

  .iv-friction,
  .iv-fovea,
  .iv-fit,
  .iv-conversion-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .iv-section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .iv-journey li:nth-child(2) {
    border-right: 0;
  }

  .iv-journey li:nth-child(n + 3) {
    border-top: 1px solid #315563;
  }

  .iv-conversation {
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .iv-hero-grid {
    padding-block: 155px 75px;
  }

  .iv-logo {
    width: 145px;
    height: 66px;
  }

  .iv-actions {
    display: grid;
  }

  .iv-button {
    width: 100%;
  }

  .iv-system-map {
    min-height: 430px;
  }

  .iv-map-core {
    width: 190px;
  }

  .iv-source {
    width: 88px;
    min-height: 66px;
  }

  .iv-source-a { left: 30%; }
  .iv-source-b { right: -2%; }
  .iv-source-c { left: 52%; }
  .iv-source-d { left: -2%; }

  .iv-friction,
  .iv-fovea,
  .iv-fit {
    padding-block: 85px;
  }

  .iv-friction-line {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 40px;
  }

  .iv-friction-line i {
    width: 1px;
    height: 18px;
    margin-left: 15px;
  }

  .iv-connected,
  .iv-outcomes,
  .iv-conversion {
    padding-block: 85px;
  }

  .iv-journey,
  .iv-proof-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .iv-journey li,
  .iv-journey li:first-child,
  .iv-proof-grid a,
  .iv-proof-grid a:first-child {
    min-height: 0;
    padding: 25px 0 34px;
    border-right: 0;
    border-bottom: 1px solid #315563;
  }

  .iv-journey h3 {
    margin-top: 34px;
  }

  .iv-proof-grid a,
  .iv-proof-grid a:first-child {
    min-height: 310px;
    border-bottom-color: #adc4c3;
  }

  .iv-conversation {
    padding: 16px;
    box-shadow: 12px 14px 0 #d9e4e1;
  }

  .iv-question {
    margin-left: 7% !important;
  }

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

  .iv-footer {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .iv-system-map {
    margin-top: 20px;
    transform: scale(0.92);
    transform-origin: center;
  }

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

  .iv-fit-lists > div,
  .iv-fit-lists > div:first-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--iv-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .iv-button,
  .iv-proof-grid a {
    transition: none;
  }

  .iv-button:hover,
  .iv-button:focus-visible,
  .iv-proof-grid a:hover,
  .iv-proof-grid a:focus-visible {
    transform: none;
  }
}
