.implementation-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(237, 139, 250, 0.22), transparent 24%),
    radial-gradient(circle at 18% 88%, rgba(255, 237, 2, 0.24), transparent 28%),
    linear-gradient(115deg, #fff 0%, #fff8e8 56%, #ebeae8 100%);
}

.implementation-hero h1 {
  max-width: 800px;
  font-size: clamp(46px, 5.6vw, 82px);
}

.implementation-visual {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1.5px solid #000;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--bno-shadow-panel);
}

.implementation-console {
  min-height: 340px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 28px;
  color: #fff;
  border-radius: var(--radius);
  background: #000;
}

.implementation-console img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
}

.implementation-console strong {
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 460;
  line-height: 0.94;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.console-grid article {
  min-height: 106px;
  display: grid;
  align-content: space-between;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
}

.console-grid article:nth-child(2) {
  background: var(--bno-soft-orange);
}

.console-grid article:nth-child(3) {
  background: var(--bno-soft-yellow);
}

.console-grid article:nth-child(4) {
  background: var(--bno-soft-pink);
}

.console-grid span {
  font-size: 12px;
  font-weight: 950;
}

.console-grid b {
  font-size: 14px;
  line-height: 1.05;
}

.implementation-risk {
  color: #fff;
  background: #000;
}

.implementation-risk .eyebrow,
.implementation-risk .section-head h2 {
  color: #fff;
}

.implementation-risk .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.risk-grid,
.roadmap-grid,
.offer-grid,
.implementation-steps,
.scope-grid,
.adoption-board {
  display: grid;
  gap: 14px;
}

.risk-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.risk-grid article {
  min-height: 350px;
  padding: 28px;
  border-radius: var(--radius);
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.risk-grid article:nth-child(2) {
  color: #000;
  background: var(--bno-soft-orange);
  border-color: transparent;
}

.risk-grid article:nth-child(3) {
  color: #000;
  background: var(--bno-soft-yellow);
  border-color: transparent;
}

.roadmap-section {
  background: #fff;
}

.roadmap-section .centered {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.roadmap-section .centered .eyebrow::before {
  margin-inline: auto 10px;
}

.roadmap-grid {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
}

.roadmap-illustration {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: repeat(3, 74px);
  grid-auto-rows: 74px;
  place-content: center;
  gap: 18px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, transparent 48%, rgba(0, 0, 0, 0.08) 48% 52%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(0, 0, 0, 0.08) 48% 52%, transparent 52%),
    #f7f6f4;
}

.roadmap-illustration::before {
  content: "";
  position: absolute;
  inset: 44px;
  border: 3px dashed var(--bno-fiery-orange);
  border-radius: 50%;
  opacity: 0.72;
  transform: rotate(-18deg);
}

.roadmap-node {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 2px solid var(--bno-fiery-orange);
  border-radius: 16px;
  background: #fff;
  color: var(--bno-fiery-orange);
  font-weight: 950;
  box-shadow: var(--bno-shadow-soft);
}

.roadmap-node.hot {
  background: rgba(254, 131, 1, 0.18);
  border-color: var(--bno-fiery-orange);
}

.roadmap-node.muted {
  background: var(--bno-cool-gray);
  border-color: rgba(0, 0, 0, 0.28);
}

.roadmap-node.question {
  font-size: 26px;
}

.roadmap-line {
  position: absolute;
  z-index: 1;
  width: 190px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--bno-fiery-orange), var(--bno-lively-pink));
}

.roadmap-line.one {
  top: 132px;
  left: 92px;
  transform: rotate(24deg);
}

.roadmap-line.two {
  top: 230px;
  right: 86px;
  transform: rotate(-18deg);
}

.roadmap-line.three {
  bottom: 114px;
  left: 136px;
  transform: rotate(-8deg);
}

.roadmap-list {
  display: grid;
  gap: 22px;
}

.roadmap-list article {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: start;
  padding-block: 8px;
}

.roadmap-list span {
  color: var(--bno-fiery-orange);
  font-weight: 950;
  line-height: 1.2;
}

.roadmap-list article:nth-child(3) span {
  color: #000;
}

.roadmap-list article:nth-child(4) span {
  color: var(--bno-fiery-orange);
}

.roadmap-list article:nth-child(5) span {
  color: #000;
}

.roadmap-list p {
  margin: 0;
  color: #424242;
  line-height: 1.45;
}

.risk-grid span,
.offer-grid span,
.implementation-steps span,
.adoption-board span {
  display: inline-flex;
  margin-bottom: 44px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.risk-grid h3,
.offer-grid h3,
.implementation-steps h3,
.scope-grid h3,
.adoption-board h3 {
  margin: 0 0 14px;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 460;
  line-height: 0.96;
}

.risk-grid p,
.offer-grid p,
.implementation-steps p,
.scope-grid p,
.adoption-board p {
  margin: 0;
  color: inherit;
  line-height: 1.5;
}

.implementation-offer {
  background: #fff8e8;
}

.offer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offer-grid article {
  min-height: 320px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.offer-grid article:nth-child(2) {
  background: var(--bno-soft-orange);
}

.offer-grid article:nth-child(2) span {
  color: #000;
}

.offer-grid article:nth-child(3) {
  background: var(--bno-soft-yellow);
}

.offer-grid article:nth-child(4) {
  color: #fff;
  background: #000;
}

.offer-grid h3 {
  font-size: clamp(27px, 3vw, 36px);
}

.boost-implementation {
  background: #fff;
}

.implementation-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.implementation-steps article {
  min-height: 390px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
  border-top: 7px solid var(--bno-fiery-orange);
}

.implementation-steps article:nth-child(2) {
  border-top-color: var(--bno-mellow-yellow);
}

.implementation-steps article:nth-child(3) {
  border-top-color: #000;
}

.implementation-steps article:nth-child(4) {
  border-top-color: var(--bno-lively-pink);
}

.implementation-steps b {
  display: block;
  margin-bottom: 12px;
  color: var(--bno-fiery-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.implementation-steps article > span {
  display: block;
  margin-bottom: 38px;
}

.implementation-steps h3 {
  font-size: clamp(27px, 3vw, 38px);
}

.hubspot-scope {
  background: #f4f3f1;
}

.scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scope-grid article {
  min-height: 250px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  border-top: 6px solid var(--bno-fiery-orange);
}

.scope-grid article:nth-child(3n + 2) {
  border-top-color: var(--bno-mellow-yellow);
}

.scope-grid article:nth-child(3n) {
  border-top-color: #000;
}

.scope-grid h3 {
  font-size: clamp(26px, 3vw, 36px);
}

.scope-grid p {
  color: rgba(0, 0, 0, 0.72);
}

.adoption-section {
  color: #fff;
  background: #000;
}

.adoption-section .eyebrow,
.adoption-section .section-head h2 {
  color: #fff;
}

.adoption-section .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.adoption-board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adoption-board article {
  min-height: 330px;
  padding: 28px;
  color: #000;
  border-radius: var(--radius);
  background: var(--bno-cool-gray);
}

.adoption-board article:nth-child(2) {
  background: var(--bno-soft-orange);
}

.adoption-board article:nth-child(3) {
  background: var(--bno-soft-yellow);
}

.implementation-team {
  background: #fff;
}

.implementation-team .team-photos figure {
  overflow: hidden;
  border-radius: var(--radius);
  background: #ebeae8;
}

.implementation-team .team-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-final {
  color: #fff;
  background: #000;
}

.cta-final .eyebrow,
.cta-final h2 {
  color: #fff;
}

.cta-final p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
}

.cta-final .btn-secondary {
  color: #000;
  background: #fff;
}

.cta-final .btn-secondary:hover,
.cta-final .btn-secondary:focus-visible {
  color: #000;
  background: var(--bno-soft-orange);
  border-color: var(--bno-fiery-orange);
}

@media (max-width: 1120px) {
  .roadmap-grid,
  .offer-grid,
  .implementation-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roadmap-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .risk-grid,
  .scope-grid,
  .adoption-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .implementation-hero h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .console-grid,
  .roadmap-grid,
  .offer-grid,
  .implementation-steps,
  .scope-grid,
  .adoption-board {
    grid-template-columns: 1fr;
  }

  .roadmap-section .centered {
    text-align: left;
  }

  .roadmap-section .centered .eyebrow::before {
    margin-inline: 0 10px;
  }

  .roadmap-illustration {
    min-height: 310px;
    grid-template-columns: repeat(3, 54px);
    grid-auto-rows: 54px;
    gap: 12px;
  }

  .roadmap-line {
    width: 118px;
  }

  .implementation-console {
    min-height: 260px;
  }

  .implementation-console strong {
    max-width: 12ch;
    font-size: clamp(34px, 10vw, 50px);
  }

  .risk-grid article,
  .offer-grid article,
  .implementation-steps article,
  .scope-grid article,
  .adoption-board article {
    min-height: auto;
  }
}
