.changelog-page {
  background: #fff;
}

.changelog-page .novo-site-header {
  background: rgba(250, 252, 255, .94);
}

.changelog-hero {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  overflow: hidden;
  border-bottom: 1px solid rgba(185, 204, 217, .68);
  background:
    linear-gradient(rgba(156, 187, 210, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 187, 210, .17) 1px, transparent 1px),
    radial-gradient(circle at 73% 17%, rgba(50, 148, 255, .24), transparent 35%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 56%, #f7fafe 100%);
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.changelog-hero::after {
  position: absolute;
  z-index: -1;
  top: -260px;
  right: 9%;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(23, 109, 231, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 82px rgba(23, 109, 231, .035), 0 0 0 164px rgba(23, 109, 231, .025);
  content: "";
}

.changelog-hero-inner {
  width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
  padding: 94px 0 88px;
}

.changelog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--novo-blue-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.changelog-kicker span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--novo-blue-bright);
  border: 3px solid #dceeff;
  border-radius: 50%;
  box-sizing: content-box;
}

.changelog-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--novo-ink-strong);
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(48px, 6.2vw, 78px);
  font-weight: 700;
  letter-spacing: -.064em;
  line-height: .98;
}

.changelog-hero h1 em {
  color: var(--novo-blue);
  font-style: normal;
}

.changelog-hero-inner > p:last-child {
  max-width: 670px;
  margin: 25px 0 0;
  color: var(--novo-muted);
  font-size: 18px;
  line-height: 1.65;
}

.changelog-hero-orbit {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.changelog-hero-orbit i {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  border: 2px solid var(--novo-blue-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(50, 148, 255, .11);
}

.changelog-hero-orbit i:nth-child(1) {
  top: 18%;
  right: 42%;
}

.changelog-hero-orbit i:nth-child(2) {
  top: 64%;
  right: 15%;
  width: 5px;
  height: 5px;
  opacity: .66;
}

.changelog-hero-orbit i:nth-child(3) {
  right: 30%;
  bottom: 13%;
  width: 4px;
  height: 4px;
  opacity: .46;
}

.changelog-feed {
  background:
    radial-gradient(circle at 87% 12%, rgba(23, 109, 231, .045), transparent 25%),
    #fff;
}

.changelog-feed-inner {
  width: min(1040px, calc(100% - 64px));
  margin-inline: auto;
  padding: 96px 0 112px;
}

.release-list {
  position: relative;
  max-width: 820px;
}

.release-list::before {
  position: absolute;
  top: 8px;
  bottom: 26px;
  left: 7px;
  width: 1px;
  background: linear-gradient(var(--novo-blue), rgba(23, 109, 231, .16));
  content: "";
}

.release-entry {
  position: relative;
  padding: 0 0 62px 48px;
}

.release-entry + .release-entry {
  padding-top: 4px;
}

.release-marker {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 4px solid var(--novo-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}

.release-entry time {
  display: block;
  margin-bottom: 10px;
  color: var(--novo-muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
}

.release-label {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  margin: 0 0 13px;
  padding: 0 9px;
  color: var(--novo-blue-strong);
  background: var(--novo-blue-soft);
  border: 1px solid #cae3ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.release-entry h2 {
  margin: 0 0 18px;
  color: var(--novo-ink-strong);
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.13;
}

.release-entry ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 22px;
  color: #29485d;
  font-size: 16px;
  line-height: 1.65;
}

.release-entry li {
  padding-left: 4px;
}

.release-entry li::marker {
  color: var(--novo-blue);
}

.changelog-note {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 12px;
  padding: 36px 40px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(50, 148, 255, .36), transparent 30%),
    var(--novo-ink-strong);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(8, 34, 54, .16);
}

.changelog-note::before {
  position: absolute;
  top: -105px;
  right: -70px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.changelog-note > span {
  align-self: start;
  color: #9bcaff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.changelog-note h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -.035em;
  line-height: 1.2;
}

.changelog-note p {
  margin: 9px 0 0;
  color: #b9cedd;
  font-size: 14px;
  line-height: 1.55;
}

.changelog-note > a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  white-space: nowrap;
  color: var(--novo-ink-strong);
  background: #fff;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  transition: color 160ms ease, transform 180ms ease;
}

.changelog-note > a:hover {
  color: var(--novo-blue);
  transform: translateY(-2px);
}

.changelog-page [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease var(--novo-reveal-delay, 0ms), transform 560ms cubic-bezier(.2, .8, .2, 1) var(--novo-reveal-delay, 0ms);
}

.changelog-page [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 860px) {
  .changelog-hero-inner,
  .changelog-feed-inner {
    width: min(100% - 40px, 760px);
  }

  .changelog-hero-inner {
    padding: 76px 0 72px;
  }

  .changelog-note {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .changelog-note > span {
    align-self: auto;
  }

  .changelog-note > a {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .changelog-hero {
    min-height: 330px;
    background-size: 36px 36px, 36px 36px, auto, auto;
  }

  .changelog-hero-inner,
  .changelog-feed-inner {
    width: calc(100% - 36px);
  }

  .changelog-hero-inner {
    padding: 62px 0 60px;
  }

  .changelog-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .changelog-hero-inner > p:last-child {
    margin-top: 20px;
    font-size: 16px;
  }

  .changelog-feed-inner {
    padding: 68px 0 78px;
  }

  .release-list::before {
    left: 6px;
  }

  .release-entry {
    padding: 0 0 52px 34px;
  }

  .release-marker {
    width: 13px;
    height: 13px;
    border-width: 3px;
  }

  .release-entry h2 {
    font-size: 27px;
  }

  .release-entry ul {
    gap: 10px;
    padding-left: 19px;
    font-size: 15px;
    line-height: 1.62;
  }

  .changelog-note {
    padding: 28px 24px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .changelog-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
