:root{
  --hiw-ink-soft: #5f6f8d;
  --hiw-line: rgba(15,23,42,.08);
  --hiw-shell: rgba(255,255,255,.92);
  --hiw-alt: rgba(101,61,226,.08);
}

html{
  height: auto;
  min-height: 100%;
  overflow-y: auto !important;
}

body{
  height: auto;
  min-height: 100vh;
  overflow: visible !important;
}

.hiwPage{
  overflow: visible;
  background:
    radial-gradient(1200px 620px at 18% 0%, rgba(101, 61, 226,.12), transparent 60%),
    radial-gradient(900px 500px at 100% 18%, rgba(59,130,246,.10), transparent 58%),
    linear-gradient(180deg, #ffffff, #f7f8fc 30%, #f4f6fb 100%);
}

.hiwHeroWrap{
  padding: 34px 0 28px;
}

.hiwHeroBg{
  position: absolute;
  inset: 0 0 auto;
  height: 580px;
  background:
    radial-gradient(900px 460px at 18% 10%, rgba(101, 61, 226,.16), transparent 62%),
    radial-gradient(760px 420px at 84% 16%, rgba(59,130,246,.14), transparent 58%),
    linear-gradient(180deg, #fdfdff 0%, #f5f7ff 72%, rgba(245,247,255,0) 100%);
  pointer-events: none;
}

.hiwHero{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(380px, .86fr);
  gap: 38px;
  align-items: center;
  min-height: calc(100svh - var(--topbar-h) - 56px);
}

.hiwHero__copy{
  max-width: 640px;
}

.hiwEyebrow,
.hiwShell__eyebrow,
.hiwStoryCard__eyebrow,
.hiwSupportBand__eyebrow,
.hiwFinalCta__eyebrow{
  margin: 0 0 16px;
  color: #653de2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hiwHero h1{
  margin: 0;
  max-width: 11ch;
  font-size: clamp(50px, 8vw, 92px);
  line-height: .94;
  letter-spacing: -.065em;
  color: #0f172a;
}

.hiwLead{
  margin: 20px 0 0;
  max-width: 44ch;
  color: var(--hiw-ink-soft);
  font-size: 20px;
  line-height: 1.65;
}

.hiwHero__actions,
.hiwFinalCta__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hiwHero__visual{
  justify-self: end;
  width: min(100%, 560px);
}

.hiwSnapshot{
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,248,255,.94));
  box-shadow: 0 24px 70px rgba(76,29,149,.10);
}

.hiwSnapshot__topbar{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hiwSnapshot__pill{
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,.05);
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.hiwSnapshot__pill--active{
  background: rgba(101, 61, 226,.12);
  color: #653de2;
}

.hiwSnapshot__board{
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  margin-top: 18px;
}

.hiwSnapshot__rail{
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 12px;
}

.hiwSnapshot__rail span{
  border-radius: 18px;
  background: linear-gradient(180deg, #edf2ff, #dde7ff);
}

.hiwSnapshot__content{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hiwSnapshot__headline{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hiwMetric{
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(248,250,252,.92);
  border: 1px solid rgba(148,163,184,.18);
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.hiwMetric--strong{
  background: rgba(34,197,94,.10);
  color: #15803d;
}

.hiwSnapshot__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hiwMiniCard{
  min-height: 152px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(248,250,255,.96);
  border: 1px solid rgba(148,163,184,.16);
}

.hiwMiniCard p,
.hiwReportBar p,
.hiwChecklist__head p,
.hiwWorkflowMock__header p,
.hiwReportMock__header p{
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hiwMiniCard strong,
.hiwWorkflowMock__header strong,
.hiwReportMock__header strong{
  display: block;
  margin-top: 10px;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.3;
}

.hiwMiniCard span{
  display: block;
  margin-top: 10px;
  color: var(--hiw-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.hiwReportBar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
}

.hiwReportBar strong{
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.hiwReportBar__status{
  flex: 0 0 auto;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hiwShell{
  padding: 34px;
  border-radius: 34px;
  background: var(--hiw-shell);
  border: 1px solid var(--hiw-line);
  box-shadow: 0 18px 50px rgba(15,23,42,.05);
}

.hiwShell__head{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}

.hiwShell__head h2,
.hiwStoryCard__copy h2,
.hiwFinalCta h2{
  margin: 0;
  color: #0f172a;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1;
  letter-spacing: -.05em;
}

.hiwShell__head p:last-child{
  margin: 0;
  max-width: 56ch;
  color: var(--hiw-ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.hiwShell__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 26px;
  align-items: start;
}

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

.hiwStepCard{
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  min-height: 190px;
  padding: 22px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(148,163,184,.16);
  box-shadow: 0 10px 26px rgba(15,23,42,.04);
}

.hiwStepCard__num,
.hiwStoryPoint span{
  color: #653de2;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
}

.hiwStepCard h3{
  margin: 2px 0 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.hiwStepCard p{
  margin: 12px 0 0;
  color: var(--hiw-ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.hiwChecklist{
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
}

.hiwChecklist__head,
.hiwReportMock__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hiwChecklist__head span{
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(101, 61, 226,.12);
  color: #653de2;
  font-size: 12px;
  font-weight: 800;
}

.hiwChecklist__items{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.hiwChecklist__item{
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(248,250,252,.94);
  border: 1px solid rgba(148,163,184,.16);
  color: #334155;
  font-size: 15px;
  font-weight: 700;
}

.hiwChecklist__item i{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(148,163,184,.32);
}

.hiwChecklist__item.is-complete i{
  border-color: #16a34a;
  box-shadow: inset 0 0 0 4px rgba(34,197,94,.18);
}

.hiwChecklist__item.is-active{
  border-color: rgba(101, 61, 226,.24);
  background: rgba(101, 61, 226,.06);
}

.hiwChecklist__item.is-active i{
  border-color: #653de2;
  box-shadow: inset 0 0 0 4px rgba(101, 61, 226,.18);
}

.hiwChecklist__callout{
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #101828;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.7;
}

.hiwProcessWrap{
  overflow: hidden;
}

.hiwProcess{
  position: relative;
  display: grid;
  gap: 118px;
  padding-top: 20px;
  padding-bottom: 30px;
  --hiw-step-progress: 0%;
}

.hiwProcess__rail{
  position: absolute;
  top: 220px;
  bottom: 210px;
  left: 50%;
  width: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #e4ebf5;
  overflow: hidden;
}

.hiwProcess__rail::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: var(--hiw-step-progress);
  border-radius: inherit;
  background: #0875d1;
  transition: height .16s linear;
}

.hiwProcessStep{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  min-height: 430px;
}

.hiwProcessStep__copy{
  max-width: 560px;
  padding: 58px 64px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15,23,42,.08);
}

.hiwProcessStep--visualLeft .hiwProcessStep__copy{
  grid-column: 3;
}

.hiwProcessStep--copyLeft .hiwProcessStep__copy{
  grid-column: 1;
  justify-self: end;
}

.hiwProcessStep__num{
  display: block;
  margin-bottom: 28px;
  color: #0875d1;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .18em;
}

.hiwProcessStep__copy h2{
  margin: 0;
  color: #111;
  font-size: 34px;
  line-height: 1.14;
  letter-spacing: 0;
}

.hiwProcessStep__copy p{
  margin: 22px 0 0;
  color: #747b8a;
  font-size: 20px;
  line-height: 1.55;
}

.hiwProcessStep__node{
  position: relative;
  z-index: 2;
  grid-column: 2;
  justify-self: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #d9e4f1;
  box-shadow: 0 0 0 8px #fff;
  transition: background-color .18s ease, transform .18s ease;
}

.hiwProcessStep__node.is-active{
  background: #0875d1;
  transform: scale(1.04);
}

.hiwProcessStep__visual{
  position: relative;
  min-height: 360px;
}

.hiwProcessStep--visualLeft .hiwProcessStep__visual{
  grid-column: 1;
}

.hiwProcessStep--copyLeft .hiwProcessStep__visual{
  grid-column: 3;
}

.hiwProcessArt{
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.hiwProcessArt--image img{
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 520px);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(15,23,42,.12);
}

.hiwProcessArt--imagePair{
  align-content: center;
  gap: 18px;
}

.hiwProcessArt--imagePair img{
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 500px);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(15,23,42,.12);
}

.hiwProcessArt--imagePair img:first-child{
  width: min(92%, 500px);
  justify-self: start;
}

.hiwProcessArt--imagePair img:last-child{
  justify-self: end;
}

.hiwProcessArt--stepTwoImage::before{
  content: "";
  position: absolute;
  z-index: 0;
  width: min(78%, 390px);
  aspect-ratio: 1.18;
  border-radius: 42px;
  background: rgba(101, 61, 226,.14);
  transform: rotate(-8deg);
}

.hiwProcessArt--stepThreeImage::before{
  content: "";
  position: absolute;
  z-index: 0;
  width: min(72%, 360px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(59,130,246,.18);
  transform: translate(-18px, -16px);
}

.hiwProcessArt--stepFourImage::before{
  content: "";
  position: absolute;
  z-index: 0;
  width: min(76%, 390px);
  aspect-ratio: 1.08;
  border-radius: 38px;
  background: rgba(251,113,133,.16);
  transform: rotate(8deg) translate(18px, -8px);
}

.hiwProcessArt--stepFiveImage::before{
  content: "";
  position: absolute;
  z-index: 0;
  width: min(80%, 400px);
  height: min(52%, 210px);
  border-radius: 34px;
  background: rgba(20,184,166,.34);
  left: 54%;
  top: 58%;
  transform: translate(-34%, -8%) rotate(-6deg);
}

.hiwProcessArt--stepOneImage::before{
  content: "";
  position: absolute;
  z-index: 0;
  width: min(84%, 430px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(191,219,254,.42);
}

.hiwProcessArt--stepOneImage{
  width: min(100%, 520px);
  overflow: hidden;
  border-radius: 24px;
}

.hiwProcessArt--stepOneImage img{
  width: 100%;
  transform: scale(1.05);
  transform-origin: center;
}

.hiwProcessArt--stepSixImage{
  width: min(100%, 520px);
  min-height: 360px;
}

.hiwProcessArt--stepSixImage::before{
  content: "";
  position: absolute;
  z-index: 0;
  width: min(82%, 410px);
  aspect-ratio: 1.05;
  border-radius: 999px;
  background: rgba(101, 61, 226,.18);
  transform: translate(10px, 8px);
}

.hiwProcessArt__frame--stepSix{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(15,23,42,.12);
}

.hiwProcessArt__frame--stepSix img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(1.04);
  transform-origin: center;
  margin-top: -80px;
}

.hiwProcessArt--stepSevenImage::before{
  content: "";
  position: absolute;
  z-index: 0;
  width: min(80%, 400px);
  aspect-ratio: 1;
  background: rgba(245,158,11,.16);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(-10deg) translate(-12px, 18px);
}

.hiwProcessArt__blob,
.hiwProcessArt__circle,
.hiwProcessArt__diamond{
  position: absolute;
  opacity: .72;
}

.hiwProcessArt__blob,
.hiwProcessArt__circle{
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: rgba(226,237,250,.9);
}

.hiwProcessArt__circle{
  width: 350px;
  height: 350px;
  background: rgba(254,226,226,.74);
}

.hiwProcessArt__diamond{
  width: 270px;
  height: 270px;
  border-radius: 34px;
  background: rgba(226,237,250,.9);
  transform: rotate(45deg);
}

.hiwProcessArt__panel{
  position: relative;
  z-index: 1;
  width: min(360px, 86%);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 42px;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 26px 70px rgba(15,23,42,.10);
}

.hiwProcessArt--signup .hiwProcessArt__panel span{
  display: block;
  height: 62px;
  border-radius: 10px;
  background: #f4f5f7;
}

.hiwProcessArt--signup .hiwProcessArt__panel strong,
.hiwProcessArt--workflow .hiwProcessArt__panel strong,
.hiwProcessArt--risk .hiwProcessArt__panel strong,
.hiwProcessArt--projects .hiwProcessArt__panel strong,
.hiwProcessArt--team .hiwProcessArt__panel strong,
.hiwProcessArt--work .hiwProcessArt__panel strong{
  display: grid;
  place-items: center;
  min-height: 68px;
  border-radius: 10px;
  background: #0875d1;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.hiwProcessArt--workflow .hiwProcessArt__panel{
  width: min(320px, 82%);
  min-height: 280px;
}

.hiwProcessArt--risk .hiwProcessArt__panel{
  width: min(320px, 82%);
  min-height: 280px;
}

.hiwProcessArt--projects .hiwProcessArt__panel{
  width: min(320px, 82%);
  min-height: 280px;
}

.hiwProcessArt--team .hiwProcessArt__panel{
  width: min(320px, 82%);
  min-height: 280px;
}

.hiwProcessArt--work .hiwProcessArt__panel{
  width: min(320px, 82%);
  min-height: 280px;
}

.hiwProcessArt--risk .hiwProcessArt__panel strong{
  background: #653de2;
}

.hiwProcessArt--projects .hiwProcessArt__panel strong{
  background: #14b8a6;
}

.hiwProcessArt--team .hiwProcessArt__panel strong{
  background: #f59e0b;
}

.hiwProcessArt--work .hiwProcessArt__panel strong{
  background: #0875d1;
}

.hiwProcessArt__miniRows{
  display: grid;
  gap: 14px;
}

.hiwProcessArt__miniRows span{
  display: block;
  height: 40px;
  border-radius: 10px;
  background: #f4f5f7;
}

.hiwProcessArt--report .hiwProcessArt__panel{
  width: min(350px, 84%);
  min-height: 170px;
  align-items: center;
  text-align: center;
}

.hiwProcessArt--report .hiwProcessArt__panel strong{
  display: grid;
  place-items: center;
  min-width: 210px;
  min-height: 70px;
  padding: 0 24px;
  border-radius: 10px;
  background: #fb5163;
  color: #fff;
  font-size: 28px;
  letter-spacing: .08em;
}

.hiwProcessArt--report .hiwProcessArt__panel span{
  color: #747b8a;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hiwStoryList{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hiwStoryCard{
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
}

.hiwStoryCard--reverse{
  grid-template-columns: minmax(320px, .98fr) minmax(0, 1.02fr);
}

.hiwStoryCard--reverse .hiwStoryCard__copy{
  order: 2;
}

.hiwStoryCard--reverse .hiwStoryCard__visual{
  order: 1;
}

.hiwStoryGrid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
  margin-top: 24px;
}

.hiwStoryPoint{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hiwStoryPoint p{
  margin: 0;
  color: var(--hiw-ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.hiwStoryPoint strong{
  color: #0f172a;
}

.hiwStoryCard__visual{
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.hiwBrowserMock,
.hiwReportMock{
  width: min(100%, 480px);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(148,163,184,.18);
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.hiwBrowserMock__bar{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(148,163,184,.14);
}

.hiwBrowserMock__bar i{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #93c5fd;
}

.hiwBrowserMock__bar i:last-child{
  margin-left: auto;
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, #653de2, #38bdf8);
}

.hiwBrowserMock__body{
  padding: 22px;
}

.hiwWorkflowMock__header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.hiwWorkflowMock__badge{
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #15803d;
  font-size: 12px;
  font-weight: 800;
}

.hiwWorkflowMock__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hiwWorkflowMock__meta span,
.hiwWorkflowMock__timeline span{
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(241,245,249,.95);
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.hiwWorkflowMock__timeline{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hiwWorkflowMock__timeline .is-complete{
  background: rgba(34,197,94,.10);
  color: #15803d;
}

.hiwWorkflowMock__timeline .is-active{
  background: rgba(101, 61, 226,.12);
  color: #653de2;
}

.hiwWorkflowMock__rows{
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.hiwWorkflowMock__rows span{
  display: block;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(90deg, #eef4ff, #e2e8f0);
}

.hiwReportMock{
  padding: 22px;
}

.hiwReportMock__header{
  gap: 14px;
  justify-content: flex-start;
}

.hiwReportMock__header img{
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(101, 61, 226,.12);
}

.hiwReportMock__stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hiwReportMock__stats span{
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(248,250,255,.96);
  border: 1px solid rgba(148,163,184,.16);
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.hiwReportMock__stats strong{
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
}

.hiwReportMock__chart{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  height: 200px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(248,250,255,.96);
}

.hiwReportMock__chart i{
  display: block;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(180deg, rgba(101, 61, 226,.92), rgba(59,130,246,.72));
}

.hiwReportMock__chart i:nth-child(1){ height: 44%; }
.hiwReportMock__chart i:nth-child(2){ height: 68%; }
.hiwReportMock__chart i:nth-child(3){ height: 84%; }
.hiwReportMock__chart i:nth-child(4){ height: 58%; }

.hiwReportMock__footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #0f172a;
  color: #fff;
}

.hiwReportMock__footer span{
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hiwReportMock__footer strong{
  font-size: 18px;
}

.hiwSupportBand{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255,247,237,.96), rgba(241,245,249,.96));
  border: 1px solid rgba(148,163,184,.18);
}

.hiwSupportBand h2{
  margin: 6px 0 0;
  color: #0f172a;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.hiwFinalCta{
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(580px 280px at 0% 0%, rgba(101, 61, 226,.14), transparent 64%),
    linear-gradient(180deg, #fdfdff, #f5f7ff);
  border: 1px solid rgba(148,163,184,.16);
  text-align: center;
}

.hiwFinalCta h2{
  max-width: 14ch;
  margin: 0 auto;
}

.hiwFinalCta__actions{
  justify-content: center;
}

@media (max-width: 1100px){
  .hiwHero{
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 26px;
    padding-top: 10px;
  }

  .hiwHero__visual{
    justify-self: stretch;
    width: 100%;
  }

  .hiwShell__grid,
  .hiwStoryCard,
  .hiwStoryCard--reverse{
    grid-template-columns: 1fr;
  }

  .hiwStoryCard--reverse .hiwStoryCard__copy,
  .hiwStoryCard--reverse .hiwStoryCard__visual{
    order: initial;
  }

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

@media (max-width: 820px){
  .hiwHeroWrap{
    padding: 28px 0 18px;
  }

  .hiwHero h1{
    max-width: none;
    font-size: clamp(42px, 13vw, 68px);
  }

  .hiwLead{
    font-size: 17px;
  }

  .hiwSnapshot{
    padding: 18px;
    border-radius: 26px;
  }

  .hiwSnapshot__board{
    grid-template-columns: 1fr;
  }

  .hiwSnapshot__rail{
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
  }

  .hiwSnapshot__grid,
  .hiwSteps,
  .hiwStoryGrid,
  .hiwReportMock__stats{
    grid-template-columns: 1fr;
  }

  .hiwShell,
  .hiwStoryCard,
  .hiwFinalCta{
    padding: 24px 18px;
    border-radius: 26px;
  }

  .hiwShell__head h2,
  .hiwStoryCard__copy h2,
  .hiwFinalCta h2,
  .hiwSupportBand h2{
    font-size: clamp(30px, 10vw, 42px);
  }

  .hiwStepCard{
    grid-template-columns: 46px 1fr;
    min-height: 0;
    padding: 18px;
  }

  .hiwStepCard__num,
  .hiwStoryPoint span{
    font-size: 42px;
  }

  .hiwStepCard h3{
    font-size: 22px;
  }

  .hiwStoryCard__visual{
    min-height: 0;
    padding: 0;
  }

  .hiwSupportBand{
    padding: 24px 18px;
    border-radius: 26px;
  }
}

@media (prefers-reduced-motion: reduce){
  .hiwPage *{
    scroll-behavior: auto;
  }

  .hiwProcess__rail::before,
  .hiwProcessStep__node{
    transition: none;
  }
}

/* Timeline hero */
.hiwHeroWrap--timeline{
  position: relative;
  min-height: 340px;
  padding: 96px 0 74px;
  background: #fff;
  overflow: hidden;
}

.hiwHeroCornerImage{
  position: absolute;
  z-index: 0;
  width: clamp(240px, 25vw, 420px);
  height: auto;
  pointer-events: none;
  user-select: none;
}

.hiwHeroCornerImage--left{
  top: 0;
  left: 0;
  width: clamp(300px, 29vw, 520px);
}

.hiwHeroCornerImage--right{
  top: 0;
  right: 0;
  width: clamp(300px, 29vw, 520px);
}

.hiwHeroCornerImage--bottomLeft{
  bottom: 0;
  left: -18px;
  width: clamp(300px, 29vw, 520px);
}

.hiwHeroCornerImage--bottomRight{
  bottom: 0;
  right: -14px;
  width: clamp(300px, 29vw, 520px);
}

.hiwFooterDecorShell{
  position: relative;
  overflow: hidden;
}

.hiwFooterDecorShell .hiwHeroCornerImage--bottomLeft{
  top: auto;
  bottom: 0;
  left: 0;
}

.hiwFooterDecorShell .hiwHeroCornerImage--bottomRight{
  top: auto;
  bottom: 0;
  right: 0;
}

.hiwHeroTopCopy{
  position: absolute;
  z-index: 1;
  top: 132px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  gap: 16px;
  width: min(760px, calc(100% - clamp(620px, 58vw, 1040px)));
  text-align: center;
}

.hiwHeroTopTitle{
  margin: 0;
  color: #111;
  font-size: clamp(28px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.hiwHeroTopCopy p{
  margin: 0;
  color: #687083;
  font-size: clamp(16px, 1.45vw, 24px);
  font-weight: 600;
  line-height: 1.45;
}

.hiwHero--timeline{
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 590px);
  gap: 72px;
  min-height: calc(100svh - var(--topbar-h));
}

.hiwTimelineIntro{
  max-width: 780px;
}

.hiwTimelineIntro .hiwEyebrow{
  margin-bottom: 34px;
  color: #0875d1;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: .24em;
}

.hiwTimelineIntro h1{
  max-width: 10.4ch;
  color: #111;
  font-size: 88px;
  line-height: 1.14;
  letter-spacing: 0;
}

.hiwTimelineIntro .hiwLead{
  max-width: 33ch;
  margin-top: 34px;
  color: #747b8a;
  font-size: 24px;
  line-height: 1.38;
}

.hiwStepRail{
  position: relative;
  display: block;
  width: min(100%, 560px);
  min-height: 540px;
  justify-self: center;
}

.hiwStepRail__line{
  position: absolute;
  top: 74px;
  bottom: 74px;
  left: 50%;
  width: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0875d1;
}

.hiwStepRail__node{
  position: absolute;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #0875d1;
}

.hiwStepRail__node--one{ top: 0; }
.hiwStepRail__node--two{ top: 50%; }
.hiwStepRail__node--three{ top: 100%; }

.hiwStepPill{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 86px;
  padding: 20px 34px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(15,23,42,.08);
  color: #0875d1;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hiwStepPill--one{
  top: 16px;
  left: calc(50% - 280px);
}

.hiwStepPill--two{
  top: 50%;
  left: calc(50% + 150px);
  transform: translateY(-50%);
}

.hiwStepPill--three{
  bottom: 16px;
  left: calc(50% - 280px);
}

@media (max-width: 1180px){
  .hiwHeroTopCopy{
    width: min(680px, calc(100% - clamp(360px, 48vw, 560px)));
  }

  .hiwHeroCornerImage--left,
  .hiwHeroCornerImage--right{
    width: clamp(210px, 19vw, 260px);
  }

  .hiwHero--timeline{
    gap: 54px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  }

  .hiwTimelineIntro h1{
    font-size: 76px;
  }

  .hiwTimelineIntro .hiwLead{
    font-size: 22px;
  }

  .hiwStepRail{
    min-height: 500px;
  }

  .hiwStepPill{
    min-width: 184px;
    min-height: 76px;
    font-size: 20px;
  }

  .hiwStepPill--one,
  .hiwStepPill--three{
    left: calc(50% - 242px);
  }

  .hiwStepPill--two{
    left: calc(50% + 118px);
  }
}

@media (max-width: 900px){
  .hiwHeroWrap--timeline{
    padding: 68px 0 86px;
  }

  .hiwHeroTopCopy{
    width: min(680px, calc(100% - 220px));
  }

  .hiwHeroCornerImage{
    width: clamp(132px, 24vw, 190px);
    opacity: .64;
  }

  .hiwHeroTopTitle{
    top: 42px;
    font-size: clamp(25px, 5.6vw, 42px);
  }

  .hiwHero--timeline{
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hiwTimelineIntro .hiwEyebrow{
    margin-bottom: 34px;
    font-size: 18px;
  }

  .hiwTimelineIntro h1{
    max-width: 10.5ch;
    font-size: 66px;
  }

  .hiwTimelineIntro .hiwLead{
    margin-top: 28px;
    font-size: 22px;
  }

  .hiwStepRail{
    width: min(100%, 520px);
    min-height: 470px;
  }
}

@media (max-width: 620px){
  .hiwHeroWrap--timeline{
    min-height: 300px;
    padding: 52px 0 104px;
  }

  .hiwHeroCornerImage{
    width: 136px;
    opacity: .42;
  }

  .hiwHeroTopCopy{
    top: 96px;
    max-width: calc(100% - 120px);
    width: min(500px, calc(100% - 120px));
    gap: 8px;
  }

  .hiwHeroTopTitle{
    font-size: 24px;
    white-space: normal;
  }

  .hiwHeroTopCopy p{
    font-size: 13px;
  }

  .hiwHeroCornerImage--left{
    top: 0;
    left: 0;
  }

  .hiwHeroCornerImage--right{
    top: 0;
    right: 0;
  }

  .hiwFooterDecorShell .hiwHeroCornerImage--bottomLeft{
    bottom: 0;
    left: -18px;
    top: auto;
  }

  .hiwFooterDecorShell .hiwHeroCornerImage--bottomRight{
    bottom: 0;
    right: -16px;
    top: auto;
  }

  .hiwTimelineIntro h1{
    max-width: 10ch;
    font-size: 46px;
  }

  .hiwTimelineIntro .hiwLead{
    font-size: 18px;
  }

  .hiwStepRail{
    min-height: 400px;
  }

  .hiwStepRail__line{
    top: 58px;
    bottom: 58px;
    width: 8px;
  }

  .hiwStepRail__node{
    width: 26px;
    height: 26px;
  }

  .hiwStepPill{
    min-width: 130px;
    min-height: 58px;
    padding: 15px 20px;
    border-radius: 18px;
    font-size: 14px;
    letter-spacing: .2em;
  }

  .hiwStepPill--one,
  .hiwStepPill--three{
    left: calc(50% - 160px);
  }

  .hiwStepPill--two{
    left: calc(50% + 52px);
  }
}

@media (max-width: 980px){
  .hiwProcess{
    gap: 64px;
  }

  .hiwProcess__rail{
    top: 72px;
    bottom: 72px;
    left: 28px;
    width: 8px;
  }

  .hiwProcessStep{
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    min-height: 0;
    align-items: start;
  }

  .hiwProcessStep__node{
    grid-column: 1;
    grid-row: 1;
    width: 28px;
    height: 28px;
    margin-top: 38px;
  }

  .hiwProcessStep__copy,
  .hiwProcessStep--visualLeft .hiwProcessStep__copy,
  .hiwProcessStep--copyLeft .hiwProcessStep__copy{
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    max-width: none;
    padding: 36px 28px;
  }

  .hiwProcessStep__visual,
  .hiwProcessStep--visualLeft .hiwProcessStep__visual,
  .hiwProcessStep--copyLeft .hiwProcessStep__visual{
    grid-column: 2;
    grid-row: 2;
    min-height: 250px;
  }

  .hiwProcessStep__copy h2{
    font-size: 28px;
  }

  .hiwProcessStep__copy p{
    font-size: 17px;
  }

  .hiwProcessArt{
    min-height: 250px;
  }

  .hiwProcessArt__blob,
  .hiwProcessArt__circle{
    width: 220px;
    height: 220px;
  }

  .hiwProcessArt__diamond{
    width: 190px;
    height: 190px;
  }

  .hiwProcessArt__panel{
    min-height: 190px;
    padding: 28px;
  }
}

@media (max-width: 560px){
  .hiwProcess{
    width: min(100% - 28px, var(--layout-max));
    gap: 52px;
  }

  .hiwProcess__rail{
    left: 18px;
  }

  .hiwProcessStep{
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
  }

  .hiwProcessStep__copy,
  .hiwProcessStep--visualLeft .hiwProcessStep__copy,
  .hiwProcessStep--copyLeft .hiwProcessStep__copy{
    padding: 30px 22px;
    border-radius: 18px;
  }

  .hiwProcessStep__num{
    margin-bottom: 20px;
    font-size: 16px;
  }

  .hiwProcessStep__copy h2{
    font-size: 24px;
  }

  .hiwProcessStep__copy p{
    font-size: 16px;
  }

  .hiwProcessStep__visual,
  .hiwProcessStep--visualLeft .hiwProcessStep__visual,
  .hiwProcessStep--copyLeft .hiwProcessStep__visual{
    min-height: 220px;
  }

  .hiwProcessArt{
    min-height: 220px;
  }

  .hiwProcessArt__panel{
    width: 92%;
    min-height: 170px;
    padding: 24px;
  }
}
