.guide-page {
  overflow: hidden;
  background: var(--paper);
}

.guide-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 0;
  color: var(--white);
  background: var(--ink);
}

.guide-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.72) 64%, transparent 100%);
}

.guide-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
  pointer-events: none;
}

.guide-hero__glow--one {
  width: 680px;
  height: 480px;
  top: -250px;
  right: -180px;
  background: radial-gradient(circle, rgba(96, 139, 157, 0.34), transparent 68%);
}

.guide-hero__glow--two {
  width: 520px;
  height: 390px;
  bottom: -250px;
  left: -190px;
  background: radial-gradient(circle, rgba(183, 154, 103, 0.2), transparent 70%);
}

.guide-hero__inner {
  position: relative;
  z-index: 1;
}

.guide-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 76px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease;
}

.guide-breadcrumb a:hover {
  color: var(--brass-light);
}

.guide-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.55fr);
  align-items: end;
  gap: 96px;
}

.guide-hero__copy h1 {
  max-width: 830px;
  font-size: clamp(56px, 6.1vw, 92px);
  letter-spacing: -0.047em;
}

.guide-hero__copy > p {
  max-width: 675px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 19px;
  line-height: 1.7;
}

.guide-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.guide-roadmap {
  margin-bottom: 8px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(14, 24, 31, 0.76);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
}

.guide-roadmap__label {
  color: var(--brass-light);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.guide-roadmap ol {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.guide-roadmap li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.guide-roadmap li > span {
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--mono);
  font-size: 9px;
}

.guide-roadmap strong,
.guide-roadmap small {
  display: block;
}

.guide-roadmap strong {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
}

.guide-roadmap small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
}

.guide-hero__assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 830px;
  margin-top: 76px;
  padding: 23px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.guide-hero__assurance > div {
  padding-right: 24px;
}

.guide-hero__assurance > div + div {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.guide-hero__assurance strong,
.guide-hero__assurance span {
  display: block;
}

.guide-hero__assurance strong {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.guide-hero__assurance span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
}

.guide-watch,
.guide-framework,
.guide-paths,
.guide-next {
  padding: 116px 0;
}

.guide-watch {
  background: var(--paper);
}

.guide-section-heading {
  margin-bottom: 58px;
}

.guide-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
  align-items: end;
  gap: 80px;
}

.guide-section-heading h2 {
  max-width: 790px;
  font-size: clamp(42px, 4.5vw, 68px);
  letter-spacing: -0.04em;
}

.guide-section-heading > p,
.guide-section-heading--split > p {
  color: #5d6a72;
  font-size: 17px;
  line-height: 1.72;
}

.guide-section-heading--center {
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.guide-section-heading--center h2 {
  margin-inline: auto;
}

.guide-section-heading--center > p {
  max-width: 650px;
  margin: 24px auto 0;
}

.guide-video-shell {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1px;
  background: linear-gradient(135deg, rgba(183, 154, 103, 0.82), rgba(138, 161, 174, 0.3) 45%, rgba(183, 154, 103, 0.48));
  box-shadow: 0 38px 90px rgba(10, 20, 26, 0.2);
}

.guide-video-shell__bar {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 17px;
  color: rgba(255, 255, 255, 0.4);
  background: #111c23;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-video-shell__mark {
  color: var(--brass-light);
}

.guide-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #070b0e;
}

.guide-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.guide-watch__note {
  max-width: 1080px;
  margin: 19px auto 0;
  color: #7c878d;
  font-size: 11px;
  line-height: 1.55;
}

.guide-framework {
  background: var(--warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.guide-concept {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 34px 32px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.34);
}

.guide-concept__number {
  color: #8a969c;
  font-family: var(--mono);
  font-size: 9px;
}

.guide-concept h3 {
  max-width: 310px;
  margin-top: 52px;
  font-size: 31px;
  line-height: 1.08;
}

.guide-concept p {
  margin-top: 17px;
  color: #5e6c74;
  font-size: 14px;
  line-height: 1.67;
}

.guide-concept__tag {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  color: var(--brass-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-concept--dark {
  color: var(--white);
  background: var(--navy);
}

.guide-concept--dark .guide-concept__number {
  color: rgba(255, 255, 255, 0.4);
}

.guide-concept--dark p {
  color: rgba(255, 255, 255, 0.58);
}

.guide-concept--dark .guide-concept__tag {
  color: var(--brass-light);
}

.guide-paths {
  background: var(--paper);
}

.guide-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.guide-path {
  position: relative;
  min-height: 440px;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.36);
}

.guide-path__index {
  color: var(--brass-dark);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.guide-path h3 {
  margin-top: 66px;
  font-size: 42px;
}

.guide-path > p {
  margin-top: 18px;
  color: #5e6b72;
  font-size: 14px;
  line-height: 1.72;
}

.guide-path ul {
  margin: 34px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.guide-path li {
  position: relative;
  padding-left: 17px;
  color: #43525b;
  font-size: 12px;
  line-height: 1.55;
}

.guide-path li + li {
  margin-top: 11px;
}

.guide-path li::before {
  content: '';
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brass);
}

.guide-path--featured {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
  box-shadow: 0 28px 70px rgba(12, 25, 33, 0.19);
}

.guide-path--featured .guide-path__index {
  color: var(--brass-light);
}

.guide-path--featured > p,
.guide-path--featured li {
  color: rgba(255, 255, 255, 0.59);
}

.guide-path--featured ul {
  border-color: rgba(255, 255, 255, 0.13);
}

.guide-path--featured li::before {
  background: var(--brass-light);
}

.guide-next {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 110%, rgba(183, 154, 103, 0.19), transparent 35%),
    radial-gradient(circle at 95% 0%, rgba(102, 144, 160, 0.2), transparent 31%),
    var(--ink);
}

.guide-next__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  align-items: center;
  gap: 100px;
}

.guide-next__copy h2 {
  max-width: 620px;
  font-size: clamp(46px, 5vw, 72px);
  letter-spacing: -0.04em;
}

.guide-next__copy p {
  max-width: 530px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.7;
}

.guide-next__links {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.guide-next__links a {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 91px;
  padding: 0 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: color 180ms ease, padding 180ms ease, background 180ms ease;
}

.guide-next__links a:hover {
  padding-right: 15px;
  padding-left: 15px;
  color: var(--brass-light);
  background: rgba(255, 255, 255, 0.025);
}

.guide-next__links span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-next__links strong {
  font-family: var(--display);
  font-size: 27px;
  font-weight: 400;
}

.guide-next__links b {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1020px) {
  .guide-hero__layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .guide-roadmap {
    max-width: 660px;
    margin-bottom: 0;
  }

  .guide-hero__assurance {
    margin-top: 54px;
  }

  .guide-section-heading--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .guide-section-heading--split > p {
    max-width: 620px;
  }

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

  .guide-path-grid {
    grid-template-columns: 1fr;
  }

  .guide-path {
    min-height: 0;
  }

  .guide-path h3 {
    margin-top: 34px;
  }

  .guide-next__inner {
    grid-template-columns: 1fr;
    gap: 58px;
  }
}

@media (max-width: 680px) {
  .guide-hero {
    padding-top: 24px;
  }

  .guide-breadcrumb {
    margin-bottom: 54px;
  }

  .guide-hero__copy h1 {
    font-size: clamp(45px, 13vw, 64px);
  }

  .guide-hero__copy > p {
    font-size: 17px;
  }

  .guide-hero__actions {
    display: grid;
  }

  .guide-hero__actions .button {
    width: 100%;
  }

  .guide-roadmap {
    padding: 24px;
  }

  .guide-hero__assurance {
    grid-template-columns: 1fr;
  }

  .guide-hero__assurance > div {
    padding: 13px 0;
  }

  .guide-hero__assurance > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .guide-watch,
  .guide-framework,
  .guide-paths,
  .guide-next {
    padding: 82px 0;
  }

  .guide-section-heading {
    margin-bottom: 38px;
  }

  .guide-section-heading h2 {
    font-size: clamp(39px, 11vw, 54px);
  }

  .guide-video-shell__bar span:last-child {
    display: none;
  }

  .guide-concept-grid {
    grid-template-columns: 1fr;
  }

  .guide-concept {
    min-height: 315px;
  }

  .guide-path {
    padding: 28px;
  }

  .guide-next__links a {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 15px 4px;
  }

  .guide-next__links span {
    grid-column: 1 / -1;
  }

  .guide-next__links strong {
    font-size: 24px;
  }
}
